diff mcabber/src/hbuf.h @ 1424:bb1cc8902d0e

Allow "/buffer list" when debugging mode is disabled
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:19:48 +0100
parents 757ebe4df0b9
children 7b36b91a4388
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Sun Feb 17 21:15:30 2008 +0100
+++ b/mcabber/src/hbuf.h	Sun Feb 17 21:19:48 2008 +0100
@@ -47,9 +47,7 @@
 GList *hbuf_jump_date(GList *hbuf, time_t t);
 GList *hbuf_jump_percent(GList *hbuf, int pc);
 
-#ifdef ENABLE_DEBUG
 guint hbuf_get_blocks_number(GList *p_hbuf);
-#endif
 
 #endif /* __HBUF_H__ */