mcabber/src/hooks.h
changeset 1055 6eb1efea75d0
parent 580 fed6d1e4d7a9
child 1058 c0d44a9a99bc
--- a/mcabber/src/hooks.h	Mon Nov 27 21:40:26 2006 +0100
+++ b/mcabber/src/hooks.h	Mon Nov 27 23:39:40 2006 +0100
@@ -6,9 +6,10 @@
 
 
 inline void hk_message_in(const char *jid, const char *resname,
-                          time_t timestamp, const char *msg, const char *type);
+                          time_t timestamp, const char *msg, const char *type,
+                          guint encrypted);
 inline void hk_message_out(const char *jid, const char *nickname,
-                           time_t timestamp, const char *msg);
+                           time_t timestamp, const char *msg, guint encrypted);
 inline void hk_statuschange(const char *jid, const char *resname, gchar prio,
                             time_t timestamp, enum imstatus status,
                             char const *status_msg);