comparison mcabber/src/hbuf.h @ 462:d580e87c11ed

Add "/buffer %n"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Sep 2005 21:28:39 +0200
parents dd9e2eb52916
children e4840b288be0
comparison
equal deleted inserted replaced
461:1d8f5b3a5f2b 462:d580e87c11ed
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_percent(GList *hbuf, int pc);
38 39
39 #endif /* __HBUF_H__ */ 40 #endif /* __HBUF_H__ */