comparison mcabber/src/screen.h @ 369:499170ed71c9

Rename some buffer commands, for homogeneity
author Mikael Berthe <mikael@lilotux.net>
date Sun, 24 Jul 2005 22:31:31 +0100
parents 33b8e801ffa6
children dd9e2eb52916
comparison
equal deleted inserted replaced
368:da50f08ea058 369:499170ed71c9
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_BufferTopBottom(int topbottom); 52 void scr_BufferTopBottom(int topbottom);
53 void scr_Clear(void); 53 void scr_BufferClear(void);
54 void scr_RosterUnreadMessage(int); 54 void scr_RosterUnreadMessage(int);
55 void scr_RosterJumpAlternate(void); 55 void scr_RosterJumpAlternate(void);
56 56
57 #endif 57 #endif