summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/src/svcs_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirOTR/src/svcs_proto.h')
-rw-r--r--plugins/MirOTR/src/svcs_proto.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/MirOTR/src/svcs_proto.h b/plugins/MirOTR/src/svcs_proto.h
new file mode 100644
index 0000000000..a260560cc6
--- /dev/null
+++ b/plugins/MirOTR/src/svcs_proto.h
@@ -0,0 +1,12 @@
+#pragma once
+
+INT_PTR SVC_OTRSendMessage(WPARAM wParam,LPARAM lParam);
+INT_PTR SVC_OTRRecvMessage(WPARAM wParam,LPARAM lParam);
+
+void otr_abort_smp(ConnContext *context);
+
+void otr_start_smp(ConnContext *context, const char *question,
+ const unsigned char *secret, size_t secretlen);
+
+void otr_continue_smp(ConnContext *context,
+ const unsigned char *secret, size_t secretlen); \ No newline at end of file