1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-15 19:38:07 -04:00
profanity/tests/unittests/test_cmd_pgp.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
782 B
C
Raw Normal View History

2016-03-31 16:05:02 -04:00
#include "config.h"
2015-06-17 19:12:01 -04:00
2016-03-31 16:05:02 -04:00
#ifdef HAVE_LIBGPGME
2015-06-17 19:12:01 -04:00
void cmd_pgp_shows_usage_when_no_args(void** state);
2015-06-17 20:34:27 -04:00
void cmd_pgp_start_shows_message_when_disconnected(void** state);
void cmd_pgp_start_shows_message_when_disconnecting(void** state);
void cmd_pgp_start_shows_message_when_connecting(void** state);
void cmd_pgp_start_shows_message_when_undefined(void** state);
void cmd_pgp_start_shows_message_when_no_arg_in_console(void** state);
void cmd_pgp_start_shows_message_when_no_arg_in_muc(void** state);
void cmd_pgp_start_shows_message_when_no_arg_in_conf(void** state);
2015-06-17 20:34:27 -04:00
void cmd_pgp_start_shows_message_when_no_arg_in_private(void** state);
void cmd_pgp_start_shows_message_when_no_arg_in_xmlconsole(void** state);
2015-06-17 19:12:01 -04:00
#else
void cmd_pgp_shows_message_when_pgp_unsupported(void** state);
#endif