* Make stealth mode available to all users
[citadel.git] / citadel / client_chat.h
1 /* $Id$ */
2 void chatmode(void);
3 void page_user(void);
4 void quiet_mode(void);
5 void stealth_mode(void);
6
7 extern char last_paged[];