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