about summary refs log tree commit diff stats
path: root/src/otr4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/otr4.c')
-rw-r--r--src/otr4.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/otr4.c b/src/otr4.c
index 84244dae..ddd4aeeb 100644
--- a/src/otr4.c
+++ b/src/otr4.c
@@ -129,6 +129,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)
 {