diff mcabber/src/screen.h @ 187:4ce9ff808baa

[/trunk] Changeset 199 by mikael * Add the "/buffer" command (/buffer clear, /buffer top, /buffer bottom)
author mikael
date Fri, 06 May 2005 09:35:40 +0000
parents e8e447a07641
children 9c2023d60986
line wrap: on
line diff
--- a/mcabber/src/screen.h	Thu May 05 20:50:50 2005 +0000
+++ b/mcabber/src/screen.h	Fri May 06 09:35:40 2005 +0000
@@ -40,6 +40,8 @@
 // For commands...
 void scr_RosterTop(void);
 void scr_RosterBottom(void);
+void scr_BufferTop(void);
+void scr_BufferBottom(void);
 void scr_Clear(void);
 
 #endif