about summary refs log tree commit diff stats
path: root/tests/unittests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-12-15 00:38:16 +0000
committerJames Booth <boothj5@gmail.com>2015-12-15 00:38:16 +0000
commit88fd2a25ee8fdd9f2f8f36f3a705364800206867 (patch)
treed49752fd8533c1a4ecc295e6a72750ab78727331 /tests/unittests
parent482eea4fcf68b9f2bd9f8d6f1db98fe313bef141 (diff)
downloadprofani-tty-88fd2a25ee8fdd9f2f8f36f3a705364800206867.tar.gz
Show PGP error strings
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/pgp/stub_gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/pgp/stub_gpg.c b/tests/unittests/pgp/stub_gpg.c
index b31dc34c..02ccb4c8 100644
--- a/tests/unittests/pgp/stub_gpg.c
+++ b/tests/unittests/pgp/stub_gpg.c
@@ -28,7 +28,7 @@ char* p_gpg_sign(const char * const str, const char * const fp)
     return NULL;
 }
 
-gboolean p_gpg_valid_key(const char * const keyid)
+gboolean p_gpg_valid_key(const char * const keyid, char **err_str)
 {
     return FALSE;
 }