diff mcabber/src/hooks.h @ 221:73f6ce668ba8

[/trunk] Changeset 233 by mikael * /info now displays the current status message
author mikael
date Sat, 04 Jun 2005 12:47:13 +0000
parents 44c6410b4845
children f562b9af2de7
line wrap: on
line diff
--- a/mcabber/src/hooks.h	Sat Jun 04 11:44:55 2005 +0000
+++ b/mcabber/src/hooks.h	Sat Jun 04 12:47:13 2005 +0000
@@ -8,7 +8,7 @@
 inline void hk_message_in(const char *jid, time_t timestamp, const char *msg);
 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);
+        enum imstatus status, char const *status_msg);
 inline void hk_mystatuschange(time_t timestamp,
         enum imstatus old_status, enum imstatus new_status);