Files
profanity/tests/pgp/stub_gpg.c
2015-03-22 00:12:14 +00:00

8 lines
95 B
C

#include <glib.h>
void p_gpg_init(void) {}
GSList* p_gpg_list_keys(void)
{
return NULL;
}