diff mcabber/src/screen.h @ 361:51ff319947c3

Code cleanup/optimization
author Mikael Berthe <mikael@lilotux.net>
date Sat, 23 Jul 2005 21:50:06 +0100
parents eb994ee40029
children 33b8e801ffa6
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sat Jul 23 15:21:53 2005 +0100
+++ b/mcabber/src/screen.h	Sat Jul 23 21:50:06 2005 +0100
@@ -49,8 +49,7 @@
 void scr_RosterTop(void);
 void scr_RosterBottom(void);
 void scr_RosterSearch(char *);
-void scr_BufferTop(void);
-void scr_BufferBottom(void);
+void scr_BufferTopBottom(int topbottom);
 void scr_Clear(void);
 void scr_RosterUnreadMessage(int);
 void scr_RosterJumpAlternate(void);