Added pgp key list command

This commit is contained in:
James Booth
2015-03-22 00:12:14 +00:00
parent f1f047889e
commit 2490c3ed20
12 changed files with 210 additions and 4 deletions

7
tests/pgp/stub_gpg.c Normal file
View File

@@ -0,0 +1,7 @@
#include <glib.h>
void p_gpg_init(void) {}
GSList* p_gpg_list_keys(void)
{
return NULL;
}