1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-11 18:54:16 -04:00
profanity/tests/unittests/test_cmd_pgp.h
2015-06-18 00:12:01 +01:00

8 lines
171 B
C

#include "config.h"
#ifdef HAVE_LIBGPGME
void cmd_pgp_shows_usage_when_no_args(void **state);
#else
void cmd_pgp_shows_message_when_pgp_unsupported(void **state);
#endif