mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 18:16:21 +00:00
8 lines
95 B
C
8 lines
95 B
C
#include <glib.h>
|
|
|
|
void p_gpg_init(void) {}
|
|
GSList* p_gpg_list_keys(void)
|
|
{
|
|
return NULL;
|
|
}
|