comparison 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
comparison
equal deleted inserted replaced
324:c981455284d5 325:ff6fb51bfd78
3 3
4 #include <time.h> 4 #include <time.h>
5 #include "jabglue.h" 5 #include "jabglue.h"
6 6
7 7
8 inline void hk_message_in(const char *jid, time_t timestamp, const char *msg); 8 inline void hk_message_in(const char *jid, time_t timestamp, const char *msg,
9 const char *type);
9 inline void hk_message_out(const char *jid, time_t timestamp, const char *msg); 10 inline void hk_message_out(const char *jid, time_t timestamp, const char *msg);
10 inline void hk_statuschange(const char *jid, time_t timestamp, 11 inline void hk_statuschange(const char *jid, time_t timestamp,
11 enum imstatus status, char const *status_msg); 12 enum imstatus status, char const *status_msg);
12 inline void hk_mystatuschange(time_t timestamp, 13 inline void hk_mystatuschange(time_t timestamp,
13 enum imstatus old_status, enum imstatus new_status, const char *msg); 14 enum imstatus old_status, enum imstatus new_status, const char *msg);