diff mcabber/src/screen.h @ 377:00809e3e327e

Add "/roster up" and "/roster down"
author Mikael Berthe <mikael@lilotux.net>
date Tue, 26 Jul 2005 18:18:30 +0100
parents bd5638c21834
children 6e895f397474
line wrap: on
line diff
--- a/mcabber/src/screen.h	Mon Jul 25 22:02:35 2005 +0100
+++ b/mcabber/src/screen.h	Tue Jul 26 18:18:30 2005 +0100
@@ -49,6 +49,8 @@
 // For commands...
 void scr_RosterTop(void);
 void scr_RosterBottom(void);
+void scr_RosterUp(void);
+void scr_RosterDown(void);
 void scr_RosterSearch(char *);
 void scr_BufferTopBottom(int topbottom);
 void scr_BufferClear(void);