mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
14 lines
150 B
C
14 lines
150 B
C
#include <glib.h>
|
|
|
|
void p_gpg_init(void) {}
|
|
|
|
GSList* p_gpg_list_keys(void)
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
const char* p_gpg_libver(void) {
|
|
return NULL;
|
|
}
|
|
|