comparison mcabber/src/hbuf.h @ 464:e4840b288be0

Add "/buffer date"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Sep 2005 22:31:56 +0200
parents d580e87c11ed
children d40c434fff46
comparison
equal deleted inserted replaced
463:339e85418b49 464:e4840b288be0
33 void hbuf_rebuild(GList **p_hbuf, unsigned int width); 33 void hbuf_rebuild(GList **p_hbuf, unsigned int width);
34 GList *hbuf_previous_persistent(GList *l_line); 34 GList *hbuf_previous_persistent(GList *l_line);
35 35
36 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n); 36 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
37 GList *hbuf_search(GList *hbuf, int direction, const char *string); 37 GList *hbuf_search(GList *hbuf, int direction, const char *string);
38 GList *hbuf_jump_date(GList *hbuf, time_t t);
38 GList *hbuf_jump_percent(GList *hbuf, int pc); 39 GList *hbuf_jump_percent(GList *hbuf, int pc);
39 40
40 #endif /* __HBUF_H__ */ 41 #endif /* __HBUF_H__ */