diff mcabber/src/hooks.h @ 325:ff6fb51bfd78

Handle "error" message type
author Mikael Berthe <mikael@lilotux.net>
date Sat, 16 Jul 2005 13:27:00 +0100
parents 45076d02eeef
children 33b8e801ffa6
line wrap: on
line diff
--- a/mcabber/src/hooks.h	Fri Jul 15 22:27:07 2005 +0100
+++ b/mcabber/src/hooks.h	Sat Jul 16 13:27:00 2005 +0100
@@ -5,7 +5,8 @@
 #include "jabglue.h"
 
 
-inline void hk_message_in(const char *jid, time_t timestamp, const char *msg);
+inline void hk_message_in(const char *jid, 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, time_t timestamp, 
         enum imstatus status, char const *status_msg);