mcabber/src/hbuf.h
changeset 1227 79c396678f1b
parent 1204 e802ec0c02d2
child 1268 dbc907b2d92f
equal deleted inserted replaced
1226:2521efbf3b72 1227:79c396678f1b
    42 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
    42 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
    43 GList *hbuf_search(GList *hbuf, int direction, const char *string);
    43 GList *hbuf_search(GList *hbuf, int direction, const char *string);
    44 GList *hbuf_jump_date(GList *hbuf, time_t t);
    44 GList *hbuf_jump_date(GList *hbuf, time_t t);
    45 GList *hbuf_jump_percent(GList *hbuf, int pc);
    45 GList *hbuf_jump_percent(GList *hbuf, int pc);
    46 
    46 
       
    47 #ifdef DEBUG_ENABLE
       
    48 guint hbuf_get_blocks_number(GList *p_hbuf);
       
    49 #endif
       
    50 
    47 #endif /* __HBUF_H__ */
    51 #endif /* __HBUF_H__ */
    48 
    52 
    49 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */
    53 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */