diff mcabber/src/hbuf.h @ 1423:757ebe4df0b9

Replace DEBUG_ENABLE with ENABLE_DEBUG
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:15:30 +0100
parents e42f48103609
children bb1cc8902d0e
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Sun Feb 17 19:28:06 2008 +0100
+++ b/mcabber/src/hbuf.h	Sun Feb 17 21:15:30 2008 +0100
@@ -47,7 +47,7 @@
 GList *hbuf_jump_date(GList *hbuf, time_t t);
 GList *hbuf_jump_percent(GList *hbuf, int pc);
 
-#ifdef DEBUG_ENABLE
+#ifdef ENABLE_DEBUG
 guint hbuf_get_blocks_number(GList *p_hbuf);
 #endif