comparison mcabber/mcabber/hbuf.h @ 1956:f309f343070c

Add command /buffer readmark
author Mikael Berthe <mikael@lilotux.net>
date Mon, 14 Mar 2011 23:16:11 +0100
parents e8cebf5fd36c
children 39021fd6b0e1
comparison
equal deleted inserted replaced
1955:fad27c72a229 1956:f309f343070c
47 47
48 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n); 48 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
49 GList *hbuf_search(GList *hbuf, int direction, const char *string); 49 GList *hbuf_search(GList *hbuf, int direction, const char *string);
50 GList *hbuf_jump_date(GList *hbuf, time_t t); 50 GList *hbuf_jump_date(GList *hbuf, time_t t);
51 GList *hbuf_jump_percent(GList *hbuf, int pc); 51 GList *hbuf_jump_percent(GList *hbuf, int pc);
52 GList *hbuf_jump_readmark(GList *hbuf);
52 gboolean hbuf_remove_receipt(GList *hbuf, gpointer xep184); 53 gboolean hbuf_remove_receipt(GList *hbuf, gpointer xep184);
53 void hbuf_set_readmark(GList *hbuf, gboolean action); 54 void hbuf_set_readmark(GList *hbuf, gboolean action);
54 55
55 void hbuf_dump_to_file(GList *hbuf, const char *filename); 56 void hbuf_dump_to_file(GList *hbuf, const char *filename);
56 57