diff mcabber/mcabber/api.h @ 2213:0c78d31c753d

Change otr_send() prototype This patch updates otr_send() in order to differenciate original and encrypted messages. It should also fix a memory leak of OTR-encrypted messages.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 05 Nov 2015 19:46:09 +0100
parents ccd4ffa41a1b
children d703d6b42b32
line wrap: on
line diff
--- a/mcabber/mcabber/api.h	Thu Nov 05 15:08:47 2015 +0100
+++ b/mcabber/mcabber/api.h	Thu Nov 05 19:46:09 2015 +0100
@@ -4,8 +4,8 @@
 #include <glib.h>
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
-#define MCABBER_API_VERSION 40
-#define MCABBER_API_MIN     38
+#define MCABBER_API_VERSION 41
+#define MCABBER_API_MIN     41
 
 #define MCABBER_BRANCH_DEV  1