From 2490c3ed202a912438d34594c01811f7532430a4 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 22 Mar 2015 00:12:14 +0000 Subject: Added pgp key list command --- tests/pgp/stub_gpg.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/pgp/stub_gpg.c (limited to 'tests/pgp') diff --git a/tests/pgp/stub_gpg.c b/tests/pgp/stub_gpg.c new file mode 100644 index 00000000..4ee03129 --- /dev/null +++ b/tests/pgp/stub_gpg.c @@ -0,0 +1,7 @@ +#include + +void p_gpg_init(void) {} +GSList* p_gpg_list_keys(void) +{ + return NULL; +} -- cgit 1.4.1-2-gfad0