mcabber/src/hbuf.h
changeset 576 8b3db0b555a1
parent 513 d40c434fff46
child 580 fed6d1e4d7a9
equal deleted inserted replaced
575:1b8e024c3a10 576:8b3db0b555a1
    38 GList *hbuf_search(GList *hbuf, int direction, const char *string);
    38 GList *hbuf_search(GList *hbuf, int direction, const char *string);
    39 GList *hbuf_jump_date(GList *hbuf, time_t t);
    39 GList *hbuf_jump_date(GList *hbuf, time_t t);
    40 GList *hbuf_jump_percent(GList *hbuf, int pc);
    40 GList *hbuf_jump_percent(GList *hbuf, int pc);
    41 
    41 
    42 #endif /* __HBUF_H__ */
    42 #endif /* __HBUF_H__ */
       
    43 
       
    44 /* vim: set expandtab cindent cinoptions=>2:2(0:  For Vim users... */