comparison mcabber/src/hooks.h @ 438:b44be19d6229

Handle multiple resources for the same buddy
author Mikael Berthe <mikael@lilotux.net>
date Mon, 19 Sep 2005 23:32:42 +0200
parents f8f3c7493457
children 03bb57383cea
comparison
equal deleted inserted replaced
437:170f1aa12989 438:b44be19d6229
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 const char *type);
10 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);
11 inline void hk_statuschange(const char *jid, time_t timestamp, 11 inline void hk_statuschange(const char *jid, const char *resname, gchar prio,
12 enum imstatus status, char const *status_msg); 12 time_t timestamp, enum imstatus status,
13 char const *status_msg);
13 inline void hk_mystatuschange(time_t timestamp, 14 inline void hk_mystatuschange(time_t timestamp,
14 enum imstatus old_status, enum imstatus new_status, const char *msg); 15 enum imstatus old_status,
16 enum imstatus new_status, const char *msg);
15 17
16 void hk_ext_cmd_init(const char *command); 18 void hk_ext_cmd_init(const char *command);
17 void hk_ext_cmd(const char *jid, guchar type, guchar info, const char *data); 19 void hk_ext_cmd(const char *jid, guchar type, guchar info, const char *data);
18 20
19 #endif /* __HOOKS_H__ */ 21 #endif /* __HOOKS_H__ */