diff mcabber/src/screen.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 e74cc83e7158
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sun Feb 17 21:15:30 2008 +0100
+++ b/mcabber/src/screen.h	Sun Feb 17 21:19:48 2008 +0100
@@ -167,10 +167,7 @@
 void scr_RosterClearColor(void);
 void scr_MucColor(const char *muc, muccoltype type);
 void scr_MucNickColor(const char *nick, const char *color);
-
-#ifdef ENABLE_DEBUG
 void scr_BufferList(void);
-#endif
 
 void readline_transpose_chars(void);
 void readline_forward_kill_word(void);