comparison mcabber/src/hooks.h @ 393:f8f3c7493457

Whitespace cleanup
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 Aug 2005 23:04:54 +0100
parents 33b8e801ffa6
children b44be19d6229
comparison
equal deleted inserted replaced
392:6329c9601704 393:f8f3c7493457
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, time_t timestamp,
12 enum imstatus status, char const *status_msg); 12 enum imstatus status, char const *status_msg);
13 inline void hk_mystatuschange(time_t timestamp, 13 inline void hk_mystatuschange(time_t timestamp,
14 enum imstatus old_status, enum imstatus new_status, const char *msg); 14 enum imstatus old_status, enum imstatus new_status, const char *msg);
15 15
16 void hk_ext_cmd_init(const char *command); 16 void hk_ext_cmd_init(const char *command);