Decrypt incoming messages

This commit is contained in:
James Booth
2015-03-25 00:05:32 +00:00
parent eb5cb7b2f8
commit 0f6bc9b55d
3 changed files with 63 additions and 5 deletions

View File

@@ -50,5 +50,6 @@ void p_gpg_free_key(ProfPGPKey *key);
char* p_gpg_sign(const char * const str, const char * const fp);
void p_gpg_verify(const char * const barejid, const char *const sign);
char* p_gpg_encrypt(const char * const barejid, const char * const message);
char* p_gpg_decrypt(const char * const barejid, const char * const cipher);
#endif