diff mcabber/mcabber/hooks.h @ 2156:a54c084af4d6

Add a "carbon" parameter to the hook-{pre,post}-message-in hooks
author Mikael Berthe <mikael@lilotux.net>
date Sat, 04 Oct 2014 20:38:41 +0200
parents e702073612de
children ee3a40ffcd8b
line wrap: on
line diff
--- a/mcabber/mcabber/hooks.h	Sat Oct 04 18:49:52 2014 +0200
+++ b/mcabber/mcabber/hooks.h	Sat Oct 04 20:38:41 2014 +0200
@@ -47,7 +47,7 @@
 
 void hk_message_in(const char *bjid, const char *resname,
                    time_t timestamp, const char *msg, LmMessageSubType type,
-                   guint encrypted);
+                   guint encrypted, gboolean carbon);
 void hk_message_out(const char *bjid, const char *nickname,
                     time_t timestamp, const char *msg,
                     guint encrypted,  gpointer xep184);