comparison mcabber/src/hbuf.h @ 1227:79c396678f1b

Make buffer list display the number of allocated HBB blocks
author Mikael Berthe <mikael@lilotux.net>
date Sat, 19 May 2007 12:18:25 +0200
parents e802ec0c02d2
children dbc907b2d92f
comparison
equal deleted inserted replaced
1226:2521efbf3b72 1227:79c396678f1b
42 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n); 42 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
43 GList *hbuf_search(GList *hbuf, int direction, const char *string); 43 GList *hbuf_search(GList *hbuf, int direction, const char *string);
44 GList *hbuf_jump_date(GList *hbuf, time_t t); 44 GList *hbuf_jump_date(GList *hbuf, time_t t);
45 GList *hbuf_jump_percent(GList *hbuf, int pc); 45 GList *hbuf_jump_percent(GList *hbuf, int pc);
46 46
47 #ifdef DEBUG_ENABLE
48 guint hbuf_get_blocks_number(GList *p_hbuf);
49 #endif
50
47 #endif /* __HBUF_H__ */ 51 #endif /* __HBUF_H__ */
48 52
49 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 53 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */