diff mcabber/src/screen.h @ 1226:2521efbf3b72

New (debug) subcommand, buffer list
author Mikael Berthe <mikael@lilotux.net>
date Sat, 19 May 2007 11:56:32 +0200
parents e802ec0c02d2
children 401639413340
line wrap: on
line diff
--- a/mcabber/src/screen.h	Thu May 17 12:00:18 2007 +0200
+++ b/mcabber/src/screen.h	Sat May 19 11:56:32 2007 +0200
@@ -136,6 +136,10 @@
 void scr_RosterJumpAlternate(void);
 void scr_BufferScrollUpDown(int updown, unsigned int nblines);
 
+#ifdef DEBUG_ENABLE
+void scr_BufferList(void);
+#endif
+
 void readline_transpose_chars(void);
 void readline_forward_kill_word(void);
 void readline_backward_kill_word(void);