comparison mcabber/src/hbuf.h @ 1485:0121b6f3047c

New command: /buffer save
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Apr 2008 16:06:37 +0200
parents 7b36b91a4388
children f4a2c6f767d1
comparison
equal deleted inserted replaced
1484:7b36b91a4388 1485:0121b6f3047c
46 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n); 46 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
47 GList *hbuf_search(GList *hbuf, int direction, const char *string); 47 GList *hbuf_search(GList *hbuf, int direction, const char *string);
48 GList *hbuf_jump_date(GList *hbuf, time_t t); 48 GList *hbuf_jump_date(GList *hbuf, time_t t);
49 GList *hbuf_jump_percent(GList *hbuf, int pc); 49 GList *hbuf_jump_percent(GList *hbuf, int pc);
50 50
51 void hbuf_dump_to_file(GList *hbuf, const char *filename);
52
51 guint hbuf_get_blocks_number(GList *p_hbuf); 53 guint hbuf_get_blocks_number(GList *p_hbuf);
52 54
53 #endif /* __HBUF_H__ */ 55 #endif /* __HBUF_H__ */
54 56
55 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 57 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */