diff mcabber/src/screen.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 f89844a0448a
children bb1cc8902d0e
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sun Feb 17 19:28:06 2008 +0100
+++ b/mcabber/src/screen.h	Sun Feb 17 21:15:30 2008 +0100
@@ -168,7 +168,7 @@
 void scr_MucColor(const char *muc, muccoltype type);
 void scr_MucNickColor(const char *nick, const char *color);
 
-#ifdef DEBUG_ENABLE
+#ifdef ENABLE_DEBUG
 void scr_BufferList(void);
 #endif