about summary refs log tree commit diff stats
path: root/src/otr.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-08-17 18:45:51 +0100
committerJames Booth <boothj5@gmail.com>2013-11-08 00:17:27 +0000
commit599bee2ce8ddc7974dc4e0592e0c84f9b243a007 (patch)
treea5da3bd7e4a0c03b136ec47e0160f5f280c0a60d /src/otr.h
parent3fce5572eaa3af0a1caeb05ec5783cd40134e0e0 (diff)
downloadprofani-tty-599bee2ce8ddc7974dc4e0592e0c84f9b243a007.tar.gz
Create fingerprints file, callbacks, and message send
Diffstat (limited to 'src/otr.h')
-rw-r--r--src/otr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/otr.h b/src/otr.h
index caa38ee5..42005382 100644
--- a/src/otr.h
+++ b/src/otr.h
@@ -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