diff 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
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Sat May 19 11:56:32 2007 +0200
+++ b/mcabber/src/hbuf.h	Sat May 19 12:18:25 2007 +0200
@@ -44,6 +44,10 @@
 GList *hbuf_jump_date(GList *hbuf, time_t t);
 GList *hbuf_jump_percent(GList *hbuf, int pc);
 
+#ifdef DEBUG_ENABLE
+guint hbuf_get_blocks_number(GList *p_hbuf);
+#endif
+
 #endif /* __HBUF_H__ */
 
 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */