diff mcabber/src/screen.h @ 866:b30df2ab457f

Add "/buffer purge"
author Mikael Berthe <mikael@lilotux.net>
date Wed, 24 May 2006 22:29:05 +0200
parents cee8d6be04e1
children ee39f6d94d43
line wrap: on
line diff
--- a/mcabber/src/screen.h	Wed May 24 21:52:46 2006 +0200
+++ b/mcabber/src/screen.h	Wed May 24 22:29:05 2006 +0200
@@ -89,6 +89,7 @@
 void scr_RosterJumpJid(char *);
 void scr_BufferTopBottom(int topbottom);
 void scr_BufferClear(void);
+void scr_BufferPurge(void);
 void scr_BufferSearch(int direction, const char *text);
 void scr_BufferPercent(int pc);
 void scr_BufferDate(time_t t);