* Allow multiple simultaneous IPC connections. All changes necessary for
[citadel.git] / citadel / client_chat.h
1 /* $Id$ */
2 void chatmode(CtdlIPC *ipc);
3 void page_user(CtdlIPC *ipc);
4 void quiet_mode(CtdlIPC *ipc);
5 void stealth_mode(CtdlIPC *ipc);
6
7 extern char last_paged[];