diff mcabber/src/screen.h @ 1279:8bbc764139ef

Implement /buffer close|purge [jid]
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Aug 2007 12:05:12 +0200
parents c33b5b6fbf08
children 02ad6200df26
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sat Aug 25 11:06:28 2007 +0200
+++ b/mcabber/src/screen.h	Sat Aug 25 12:05:12 2007 +0200
@@ -148,7 +148,7 @@
 void scr_BufferTopBottom(int topbottom);
 void scr_BufferClear(void);
 void scr_BufferScrollLock(int lock);
-void scr_BufferPurge(int);
+void scr_BufferPurge(int, const char*);
 void scr_BufferPurgeAll(int);
 void scr_BufferSearch(int direction, const char *text);
 void scr_BufferPercent(int pc);