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-03-22 00:29:57 +0000
committerJames Booth <boothj5@gmail.com>2015-03-22 00:29:57 +0000
commitfd86615549a76c050dbcb50deaefde199d8216c7 (patch)
tree18ef2d1310de2102e752205270af909a920bcada /src/pgp/gpg.h
parent1d90cc78949f2a26cc9eb847842149199225ff15 (diff)
downloadprofani-tty-fd86615549a76c050dbcb50deaefde199d8216c7.tar.gz
Added /pgp libver command
Diffstat (limited to 'src/pgp/gpg.h')
-rw-r--r--src/pgp/gpg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pgp/gpg.h b/src/pgp/gpg.h
index 3dc256dc..9702e31a 100644
--- a/src/pgp/gpg.h
+++ b/src/pgp/gpg.h
@@ -37,5 +37,6 @@
 
 void p_gpg_init(void);
 GSList* p_gpg_list_keys(void);
+char* p_gpg_libver(void);
 
 #endif