mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 23:46:21 +00:00
WIP - OTR support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user