diff mcabber/src/screen.h @ 707:b26a0bde4cdb

Add /roster hide|show|toggle
author Mikael Berthe <mikael@lilotux.net>
date Tue, 21 Feb 2006 22:57:49 +0100
parents 6c100adfbfb6
children 75dde88f1884
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sat Feb 18 15:07:51 2006 +0100
+++ b/mcabber/src/screen.h	Tue Feb 21 22:57:49 2006 +0100
@@ -27,6 +27,7 @@
 void scr_TerminateCurses(void);
 void scr_DrawMainWindow(unsigned int fullinit);
 void scr_DrawRoster(void);
+void scr_RosterVisibility(int status);
 void scr_WriteIncomingMessage(const char *jidfrom, const char *text,
         time_t timestamp, guint prefix);
 void scr_WriteOutgoingMessage(const char *jidto,   const char *text);