mcabber/src/hbuf.h
changeset 1424 bb1cc8902d0e
parent 1423 757ebe4df0b9
child 1484 7b36b91a4388
equal deleted inserted replaced
1423:757ebe4df0b9 1424:bb1cc8902d0e
    45 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
    45 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
    46 GList *hbuf_search(GList *hbuf, int direction, const char *string);
    46 GList *hbuf_search(GList *hbuf, int direction, const char *string);
    47 GList *hbuf_jump_date(GList *hbuf, time_t t);
    47 GList *hbuf_jump_date(GList *hbuf, time_t t);
    48 GList *hbuf_jump_percent(GList *hbuf, int pc);
    48 GList *hbuf_jump_percent(GList *hbuf, int pc);
    49 
    49 
    50 #ifdef ENABLE_DEBUG
       
    51 guint hbuf_get_blocks_number(GList *p_hbuf);
    50 guint hbuf_get_blocks_number(GList *p_hbuf);
    52 #endif
       
    53 
    51 
    54 #endif /* __HBUF_H__ */
    52 #endif /* __HBUF_H__ */
    55 
    53 
    56 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */
    54 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */