diff 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
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Sun Jul 24 22:31:31 2005 +0100
+++ b/mcabber/src/hbuf.h	Sun Jul 24 22:56:42 2005 +0100
@@ -34,5 +34,6 @@
 GList *hbuf_previous_persistent(GList *l_line);
 
 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
+GList *hbuf_search(GList *hbuf, int direction, const char *string);
 
 #endif /* __HBUF_H__ */