mcabber/src/hbuf.h
changeset 189 4f3975f1b852
parent 186 888ad9f15346
child 325 ff6fb51bfd78
child 364 33b8e801ffa6
equal deleted inserted replaced
188:7604e3cdbb86 189:4f3975f1b852
    28 
    28 
    29 void hbuf_add_line(GList **p_hbuf, const char *text, time_t timestamp,
    29 void hbuf_add_line(GList **p_hbuf, const char *text, time_t timestamp,
    30         guint prefix_flags, guint width);
    30         guint prefix_flags, guint width);
    31 void hbuf_free(GList **p_hbuf);
    31 void hbuf_free(GList **p_hbuf);
    32 void hbuf_rebuild(GList **p_hbuf, unsigned int width);
    32 void hbuf_rebuild(GList **p_hbuf, unsigned int width);
       
    33 GList *hbuf_previous_persistent(GList *l_line);
    33 
    34 
    34 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
    35 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
    35 
    36 
    36 #endif /* __HBUF_H__ */
    37 #endif /* __HBUF_H__ */