mcabber/src/screen.h
changeset 480 882e1acae422
parent 464 e4840b288be0
child 508 5a2132ba2220
equal deleted inserted replaced
479:b82428ac107d 480:882e1acae422
    49 void scr_RosterTop(void);
    49 void scr_RosterTop(void);
    50 void scr_RosterBottom(void);
    50 void scr_RosterBottom(void);
    51 void scr_RosterUp(void);
    51 void scr_RosterUp(void);
    52 void scr_RosterDown(void);
    52 void scr_RosterDown(void);
    53 void scr_RosterSearch(char *);
    53 void scr_RosterSearch(char *);
       
    54 void scr_RosterJumpJid(char *);
    54 void scr_BufferTopBottom(int topbottom);
    55 void scr_BufferTopBottom(int topbottom);
    55 void scr_BufferClear(void);
    56 void scr_BufferClear(void);
    56 void scr_BufferSearch(int direction, const char *text);
    57 void scr_BufferSearch(int direction, const char *text);
    57 void scr_BufferPercent(int pc);
    58 void scr_BufferPercent(int pc);
    58 void scr_BufferDate(time_t t);
    59 void scr_BufferDate(time_t t);