diff -r 2521efbf3b72 -r 79c396678f1b mcabber/src/hbuf.h --- 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... */