comparison mcabber/src/hooks.h @ 1658:c3d0cb4dc9d4

Remove hk_mainloop()
author Mikael Berthe <mikael@lilotux.net>
date Sat, 05 Dec 2009 19:06:47 +0100
parents b008ac166b91
children
comparison
equal deleted inserted replaced
1657:c4ee6d99f75b 1658:c3d0cb4dc9d4
28 28
29 void hk_add_handler (hk_handler_t handler, guint32 flags, gpointer userdata); 29 void hk_add_handler (hk_handler_t handler, guint32 flags, gpointer userdata);
30 void hk_del_handler (hk_handler_t handler, gpointer userdata); 30 void hk_del_handler (hk_handler_t handler, gpointer userdata);
31 #endif 31 #endif
32 32
33 void hk_mainloop(void);
34 void hk_message_in(const char *bjid, const char *resname, 33 void hk_message_in(const char *bjid, const char *resname,
35 time_t timestamp, const char *msg, LmMessageSubType type, 34 time_t timestamp, const char *msg, LmMessageSubType type,
36 guint encrypted); 35 guint encrypted);
37 void hk_message_out(const char *bjid, const char *nickname, 36 void hk_message_out(const char *bjid, const char *nickname,
38 time_t timestamp, const char *msg, 37 time_t timestamp, const char *msg,