mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 23:26:23 +00:00
PGP: Display whether contact public key was received or manually set
This commit is contained in:
@@ -46,6 +46,11 @@ typedef struct pgp_key_t {
|
||||
gboolean secret;
|
||||
} ProfPGPKey;
|
||||
|
||||
typedef struct pgp_pubkeyid_t {
|
||||
char *id;
|
||||
gboolean received;
|
||||
} ProfPGPPubKeyId;
|
||||
|
||||
void p_gpg_init(void);
|
||||
void p_gpg_close(void);
|
||||
void p_gpg_on_connect(const char * const barejid);
|
||||
|
||||
Reference in New Issue
Block a user