mcabber/src/hooks.h
changeset 113 8ac67e951eab
child 116 1e7e59775f12
--- /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 <time.h>
+#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__ */