Files
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