mcabber/src/screen.h
changeset 508 5a2132ba2220
parent 480 882e1acae422
child 514 979eb0fe2969
equal deleted inserted replaced
507:16dd9b91702f 508:5a2132ba2220
    57 void scr_BufferSearch(int direction, const char *text);
    57 void scr_BufferSearch(int direction, const char *text);
    58 void scr_BufferPercent(int pc);
    58 void scr_BufferPercent(int pc);
    59 void scr_BufferDate(time_t t);
    59 void scr_BufferDate(time_t t);
    60 void scr_RosterUnreadMessage(int);
    60 void scr_RosterUnreadMessage(int);
    61 void scr_RosterJumpAlternate(void);
    61 void scr_RosterJumpAlternate(void);
       
    62 void scr_BufferScrollUpDown(int updown, unsigned int nblines);
    62 
    63 
    63 #endif
    64 #endif