comparison 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
comparison
equal deleted inserted replaced
360:20283b69db99 361:51ff319947c3
47 47
48 // For commands... 48 // For commands...
49 void scr_RosterTop(void); 49 void scr_RosterTop(void);
50 void scr_RosterBottom(void); 50 void scr_RosterBottom(void);
51 void scr_RosterSearch(char *); 51 void scr_RosterSearch(char *);
52 void scr_BufferTop(void); 52 void scr_BufferTopBottom(int topbottom);
53 void scr_BufferBottom(void);
54 void scr_Clear(void); 53 void scr_Clear(void);
55 void scr_RosterUnreadMessage(int); 54 void scr_RosterUnreadMessage(int);
56 void scr_RosterJumpAlternate(void); 55 void scr_RosterJumpAlternate(void);
57 56
58 #endif 57 #endif