about summary refs log tree commit diff stats
path: root/src/otr/otrlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/otr/otrlib.h')
-rw-r--r--src/otr/otrlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/otr/otrlib.h b/src/otr/otrlib.h
index bf187363..160a9e73 100644
--- a/src/otr/otrlib.h
+++ b/src/otr/otrlib.h
@@ -25,6 +25,8 @@
 
 OtrlPolicy otrlib_policy(void);
 
+char* otrlib_start_query(void);
+
 void otrlib_init_ops(OtrlMessageAppOps *ops);
 
 ConnContext * otrlib_context_find(OtrlUserState user_state, const char * const recipient, char *jid);