mcabber/src/hbuf.h
changeset 1227 79c396678f1b
parent 1204 e802ec0c02d2
child 1268 dbc907b2d92f
--- 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... */