diff mcabber/src/screen.h @ 370:dd9e2eb52916

Add /buffer search_{backward,forward}
author Mikael Berthe <mikael@lilotux.net>
date Sun, 24 Jul 2005 22:56:42 +0100
parents 499170ed71c9
children bd5638c21834
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sun Jul 24 22:31:31 2005 +0100
+++ b/mcabber/src/screen.h	Sun Jul 24 22:56:42 2005 +0100
@@ -51,6 +51,7 @@
 void scr_RosterSearch(char *);
 void scr_BufferTopBottom(int topbottom);
 void scr_BufferClear(void);
+void scr_BufferSearch(int direction, const char *text);
 void scr_RosterUnreadMessage(int);
 void scr_RosterJumpAlternate(void);