diff mcabber/src/screen.h @ 1135:5d7c05932b13

Add command /buffer close
author Mikael Berthe <mikael@lilotux.net>
date Sat, 03 Feb 2007 20:05:57 +0100
parents 1a109ebf3f24
children 8ba4b1e8b42d
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sat Feb 03 18:31:55 2007 +0100
+++ b/mcabber/src/screen.h	Sat Feb 03 20:05:57 2007 +0100
@@ -118,7 +118,7 @@
 void scr_BufferTopBottom(int topbottom);
 void scr_BufferClear(void);
 void scr_BufferScrollLock(int lock);
-void scr_BufferPurge(void);
+void scr_BufferPurge(int);
 void scr_BufferSearch(int direction, const char *text);
 void scr_BufferPercent(int pc);
 void scr_BufferDate(time_t t);