mcabber/src/hooks.h
changeset 447 03bb57383cea
parent 438 b44be19d6229
child 484 00e2d3821a5b
--- a/mcabber/src/hooks.h	Sun Sep 25 00:44:11 2005 +0200
+++ b/mcabber/src/hooks.h	Sun Sep 25 01:01:44 2005 +0200
@@ -5,8 +5,8 @@
 #include "jabglue.h"
 
 
-inline void hk_message_in(const char *jid, time_t timestamp, const char *msg,
-                          const char *type);
+inline void hk_message_in(const char *jid, const char *resname,
+                          time_t timestamp, const char *msg, const char *type);
 inline void hk_message_out(const char *jid, time_t timestamp, const char *msg);
 inline void hk_statuschange(const char *jid, const char *resname, gchar prio,
                             time_t timestamp, enum imstatus status,