comparison mcabber/src/screen.h @ 330:a9013124ede6

Add "/roster alternate"
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Jul 2005 21:17:52 +0100
parents da138cdebf04
children eb994ee40029
comparison
equal deleted inserted replaced
329:7c53bf62a2a2 330:a9013124ede6
53 void scr_RosterSearch(char *); 53 void scr_RosterSearch(char *);
54 void scr_BufferTop(void); 54 void scr_BufferTop(void);
55 void scr_BufferBottom(void); 55 void scr_BufferBottom(void);
56 void scr_Clear(void); 56 void scr_Clear(void);
57 void scr_RosterUnreadMessage(int); 57 void scr_RosterUnreadMessage(int);
58 void scr_RosterJumpAlternate(void);
58 59
59 #endif 60 #endif