comparison mcabber/src/histolog.h @ 1598:a087125d8fc8

Replace libjabber with loudmouth
author franky
date Sun, 11 Oct 2009 15:38:32 +0200
parents 071c8170b7de
children
comparison
equal deleted inserted replaced
1597:4f59a414217e 1598:a087125d8fc8
1 #ifndef __HISTOLOG_H__ 1 #ifndef __HISTOLOG_H__
2 #define __HISTOLOG_H__ 1 2 #define __HISTOLOG_H__ 1
3 3
4 #include <glib.h> 4 #include <glib.h>
5 5
6 #include "jabglue.h" 6 #include "xmpp.h"
7 7
8 void hlog_enable(guint enable, const char *root_dir, guint loadfile); 8 void hlog_enable(guint enable, const char *root_dir, guint loadfile);
9 char *hlog_get_log_jid(const char *bjid); 9 char *hlog_get_log_jid(const char *bjid);
10 void hlog_read_history(const char *bjid, GList **p_buddyhbuf, guint width); 10 void hlog_read_history(const char *bjid, GList **p_buddyhbuf, guint width);
11 void hlog_write_message(const char *bjid, time_t timestamp, int sent, 11 void hlog_write_message(const char *bjid, time_t timestamp, int sent,