comparison mcabber/src/histolog.h @ 1437:071c8170b7de

Add option 'statefile' to keep track of unread messages across restarts (Suggested by micressor)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 25 Feb 2008 20:27:56 +0100
parents f89844a0448a
children a087125d8fc8
comparison
equal deleted inserted replaced
1436:6fb141142388 1437:071c8170b7de
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,
12 const char *msg); 12 const char *msg);
13 void hlog_write_status(const char *bjid, time_t timestamp, 13 void hlog_write_status(const char *bjid, time_t timestamp,
14 enum imstatus status, const char *status_msg); 14 enum imstatus status, const char *status_msg);
15 void hlog_save_state(void);
16 void hlog_load_state(void);
15 17
16 #endif /* __HISTOLOG_H__ */ 18 #endif /* __HISTOLOG_H__ */
17 19
18 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 20 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */