mcabber/src/histolog.h
changeset 113 8ac67e951eab
parent 110 3d41aca3d878
child 177 a51ce78a0e2a
--- a/mcabber/src/histolog.h	Sun Apr 24 17:38:48 2005 +0000
+++ b/mcabber/src/histolog.h	Sun Apr 24 20:24:18 2005 +0000
@@ -3,6 +3,13 @@
 
 #include <glib.h>
 
+#include "jabglue.h"
+
+void hlog_enable(guint enable, char *root_dir);
+inline void hlog_write_message(const char *jid, time_t timestamp, int sent,
+        const char *msg);
+inline void hlog_write_status(const char *jid, time_t timestamp,
+        enum imstatus status);
 
 #endif /* __HISTOLOG_H__ */