Create fingerprints file, callbacks, and message send

This commit is contained in:
James Booth
2013-08-17 18:45:51 +01:00
parent 3fce5572ea
commit 599bee2ce8
4 changed files with 225 additions and 14 deletions

View File

@@ -27,5 +27,7 @@
void otr_init(void);
void otr_account_load(ProfAccount *account);
char * otr_encrypt_message(const char * const to, const char * const message);
void otr_free_message(char *message);
#endif