mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 17:16:22 +00:00
Removed unused barejid argument from PGP decryption
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user