1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
profanity/tests/pgp/stub_gpg.c

14 lines
150 B
C
Raw Normal View History

2015-03-21 20:12:14 -04:00
#include <glib.h>
void p_gpg_init(void) {}
2015-03-21 20:29:57 -04:00
2015-03-21 20:12:14 -04:00
GSList* p_gpg_list_keys(void)
{
return NULL;
}
2015-03-21 20:29:57 -04:00
const char* p_gpg_libver(void) {
return NULL;
}