Show PGP error strings

This commit is contained in:
James Booth
2015-12-15 00:38:16 +00:00
parent 482eea4fcf
commit 88fd2a25ee
5 changed files with 33 additions and 14 deletions

View File

@@ -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;
}