diff -r edb5591e2e64 -r 8ac67e951eab mcabber/src/hooks.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mcabber/src/hooks.h Sun Apr 24 20:24:18 2005 +0000 @@ -0,0 +1,13 @@ +#ifndef __HOOKS_H__ +#define __HOOKS_H__ 1 + +#include +#include "jabglue.h" + + +inline void hk_message_in(const char *jid, time_t timestamp, const char *msg); +inline void hk_message_out(const char *jid, time_t timestamp, const char *msg); +inline void hk_statuschange(const char *jid, time_t timestamp, + enum imstatus status); + +#endif /* __HOOKS_H__ */