about summary refs log blame commit diff stats
path: root/tests/unittests/test_cmd_pgp.h
blob: e7ed0b20ea651fb9e250a16b1b1f1b5808c1c3cb (plain) (tree)
1
2
3
4
5
6
7






                                                              
#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