comparison mcabber/src/hooks.h @ 1425:b0cfd9ab4b9f

Add a mainloop hook
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:19:58 +0100
parents f8321420ed7a
children 7b36b91a4388
comparison
equal deleted inserted replaced
1424:bb1cc8902d0e 1425:b0cfd9ab4b9f
3 3
4 #include <time.h> 4 #include <time.h>
5 #include "jabglue.h" 5 #include "jabglue.h"
6 6
7 7
8 void hk_mainloop(void);
8 void hk_message_in(const char *bjid, const char *resname, 9 void hk_message_in(const char *bjid, const char *resname,
9 time_t timestamp, const char *msg, const char *type, 10 time_t timestamp, const char *msg, const char *type,
10 guint encrypted); 11 guint encrypted);
11 void hk_message_out(const char *bjid, const char *nickname, 12 void hk_message_out(const char *bjid, const char *nickname,
12 time_t timestamp, const char *msg, guint encrypted); 13 time_t timestamp, const char *msg, guint encrypted);