about summary refs log tree commit diff stats
path: root/src/otr/otrlib.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-28 22:23:39 +0100
committerJames Booth <boothj5@gmail.com>2014-04-28 22:23:39 +0100
commit1155ceabbc4424db8de19b8f540e514a90696bab (patch)
treedef9646f6204ebcab8eb965696816da42c92f999 /src/otr/otrlib.h
parentda4dfe251df441d745078b7c477b15a54cdac3fc (diff)
downloadprofani-tty-1155ceabbc4424db8de19b8f540e514a90696bab.tar.gz
Attempt at shared secret authentication for libotr 4.0.0
Bug exists where second attempt always gets stuck
Diffstat (limited to 'src/otr/otrlib.h')
-rw-r--r--src/otr/otrlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/otr/otrlib.h b/src/otr/otrlib.h
index 263e44df..c0ca518f 100644
--- a/src/otr/otrlib.h
+++ b/src/otr/otrlib.h
@@ -29,6 +29,9 @@ char* otrlib_start_query(void);
 
 void otrlib_init_ops(OtrlMessageAppOps *ops);
 
+void otrlib_init_timer(void);
+void otrlib_poll(void);
+
 ConnContext * otrlib_context_find(OtrlUserState user_state, const char * const recipient, char *jid);
 
 void otrlib_end_session(OtrlUserState user_state, const char * const recipient, char *jid, OtrlMessageAppOps *ops);