WIP - OTR support

This commit is contained in:
James Booth
2014-01-10 00:08:49 +00:00
parent 49deb932e6
commit 84f1c4b96f
5 changed files with 109 additions and 31 deletions

View File

@@ -28,6 +28,7 @@
void otr_init(void);
void otr_account_load(ProfAccount *account);
char * otr_encrypt_message(const char * const to, const char * const message);
char * otr_decrypt_message(const char * const from, const char * const message);
void otr_free_message(char *message);
#endif