comparison mcabber/src/screen.h @ 464:e4840b288be0

Add "/buffer date"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Sep 2005 22:31:56 +0200
parents d580e87c11ed
children 882e1acae422
comparison
equal deleted inserted replaced
463:339e85418b49 464:e4840b288be0
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_BufferPercent(int pc);
58 void scr_BufferDate(time_t t);
58 void scr_RosterUnreadMessage(int); 59 void scr_RosterUnreadMessage(int);
59 void scr_RosterJumpAlternate(void); 60 void scr_RosterJumpAlternate(void);
60 61
61 #endif 62 #endif