mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 13:26:22 +00:00
Added "/otr fp" to show users fingerprint
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
void otr_init(void);
|
||||
void otr_account_load(ProfAccount *account);
|
||||
char * otr_get_fingerprint(void);
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user