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-30 02:12:05 +0100
committerJames Booth <boothj5@gmail.com>2015-08-30 02:12:05 +0100
commit688be91c23aaa2f6a16db56d884d8920a3b11af5 (patch)
tree6fb0c42d07e8e35acf3fd773136f21dc4bcad7ce /src/pgp/gpg.h
parentb4722632b6fa447386b7d786efc8dafd22a3671c (diff)
downloadprofani-tty-688be91c23aaa2f6a16db56d884d8920a3b11af5.tar.gz
PGP: Format fingerprints
Diffstat (limited to 'src/pgp/gpg.h')
-rw-r--r--src/pgp/gpg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pgp/gpg.h b/src/pgp/gpg.h
index 48742dd7..3c84efaa 100644
--- a/src/pgp/gpg.h
+++ b/src/pgp/gpg.h
@@ -69,5 +69,7 @@ char* p_gpg_decrypt(const char * const cipher);
 void p_gpg_free_decrypted(char *decrypted);
 char* p_gpg_autocomplete_key(const char * const search_str);
 void p_gpg_autocomplete_key_reset(void);
+char* p_gpg_format_fp_str(char *fp);
+
 
 #endif