diff mcabber/src/hooks.h @ 116:1e7e59775f12

[/trunk] Changeset 130 by mikael * Add /status command. * Fix /quit command when there is a trailing word ("/quit bye"...). * Add an extension (.txt) to the TODO file.
author mikael
date Mon, 25 Apr 2005 15:26:17 +0000
parents 8ac67e951eab
children 44c6410b4845
line wrap: on
line diff
--- a/mcabber/src/hooks.h	Sun Apr 24 20:50:16 2005 +0000
+++ b/mcabber/src/hooks.h	Mon Apr 25 15:26:17 2005 +0000
@@ -9,5 +9,7 @@
 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);
+inline void hk_mystatuschange(time_t timestamp,
+        enum imstatus old_status, enum imstatus new_status);
 
 #endif /* __HOOKS_H__ */