comparison mcabber/src/screen.h @ 462:d580e87c11ed

Add "/buffer %n"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Sep 2005 21:28:39 +0200
parents 6e895f397474
children e4840b288be0
comparison
equal deleted inserted replaced
461:1d8f5b3a5f2b 462:d580e87c11ed
52 void scr_RosterDown(void); 52 void scr_RosterDown(void);
53 void scr_RosterSearch(char *); 53 void scr_RosterSearch(char *);
54 void scr_BufferTopBottom(int topbottom); 54 void scr_BufferTopBottom(int topbottom);
55 void scr_BufferClear(void); 55 void scr_BufferClear(void);
56 void scr_BufferSearch(int direction, const char *text); 56 void scr_BufferSearch(int direction, const char *text);
57 void scr_BufferPercent(int pc);
57 void scr_RosterUnreadMessage(int); 58 void scr_RosterUnreadMessage(int);
58 void scr_RosterJumpAlternate(void); 59 void scr_RosterJumpAlternate(void);
59 60
60 #endif 61 #endif