about summary refs log tree commit diff stats
path: root/src/otr.h
diff options
context:
space:
mode:
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