1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00
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;
}