about summary refs log tree commit diff stats
path: root/src/pgp/gpg.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-08-25 23:04:21 +0100
committerJames Booth <boothj5@gmail.com>2015-08-25 23:04:21 +0100
commit55c2d1cc21974936e5b431de49ae81e6fc3845be (patch)
tree1c41a0ce6af402503a4b6bc3f06ab040a18fc89d /src/pgp/gpg.h
parentfc1ee79190e05ec7682d3a52c27075142c887445 (diff)
downloadprofani-tty-55c2d1cc21974936e5b431de49ae81e6fc3845be.tar.gz
PGP: Display whether contact public key was received or manually set
Diffstat (limited to 'src/pgp/gpg.h')
-rw-r--r--src/pgp/gpg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pgp/gpg.h b/src/pgp/gpg.h
index 7bdd663a..2d3a78a3 100644
--- a/src/pgp/gpg.h
+++ b/src/pgp/gpg.h
@@ -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);