comparison mcabber/src/hbuf.h @ 370:dd9e2eb52916

Add /buffer search_{backward,forward}
author Mikael Berthe <mikael@lilotux.net>
date Sun, 24 Jul 2005 22:56:42 +0100
parents 33b8e801ffa6
children d580e87c11ed
comparison
equal deleted inserted replaced
369:499170ed71c9 370:dd9e2eb52916
32 void hbuf_free(GList **p_hbuf); 32 void hbuf_free(GList **p_hbuf);
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 38
38 #endif /* __HBUF_H__ */ 39 #endif /* __HBUF_H__ */