]> code.citadel.org Git - citadel.git/blob - citadel/client_chat.h
2c427692a85d440d7bdce944f8bd16a85e0ab3a2
[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[];