about summary refs log tree commit diff stats
path: root/src/otr3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/otr3.c')
-rw-r--r--src/otr3.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/otr3.c b/src/otr3.c
index 8e603a00..6d5c9496 100644
--- a/src/otr3.c
+++ b/src/otr3.c
@@ -100,6 +100,12 @@ cb_gone_secure(void *opdata, ConnContext *context)
     ui_gone_secure(context->username, otr_is_trusted(context->username));
 }
 
+char *
+otr_libotr_version(void)
+{
+    return OTRL_VERSION;
+}
+
 void
 otr_init(void)
 {