diff mcabber/src/screen.h @ 462:d580e87c11ed

Add "/buffer %n"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Sep 2005 21:28:39 +0200
parents 6e895f397474
children e4840b288be0
line wrap: on
line diff
--- a/mcabber/src/screen.h	Wed Sep 28 21:56:35 2005 +0200
+++ b/mcabber/src/screen.h	Thu Sep 29 21:28:39 2005 +0200
@@ -54,6 +54,7 @@
 void scr_BufferTopBottom(int topbottom);
 void scr_BufferClear(void);
 void scr_BufferSearch(int direction, const char *text);
+void scr_BufferPercent(int pc);
 void scr_RosterUnreadMessage(int);
 void scr_RosterJumpAlternate(void);