Added Id and fingerprint to pgp key list
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
#include "pgp/gpg.h"
|
||||
|
||||
void p_gpg_init(void) {}
|
||||
|
||||
GSList* p_gpg_list_keys(void)
|
||||
@@ -11,3 +13,5 @@ const char* p_gpg_libver(void) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void p_gpg_free_key(ProfPGPKey *key) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user