Removed unused barejid argument from PGP decryption

This commit is contained in:
James Booth
2015-08-24 00:13:57 +01:00
parent b8b54f91a5
commit 525876770a
4 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ gboolean p_gpg_available(const char * const barejid)
{
return FALSE;
}
char * p_gpg_decrypt(const char * const barejid, const char * const cipher)
char * p_gpg_decrypt(const char * const cipher)
{
return NULL;
}