Codebase list citadel / upstream/7.63 client_chat.h
upstream/7.63

Tree @upstream/7.63 (Download .tar.gz)

client_chat.h @upstream/7.63raw · history · blame

1
2
3
4
5
6
7
/* $Id: client_chat.h 5148 2007-05-08 15:40:16Z ajc $ */
void chatmode(CtdlIPC *ipc);
void page_user(CtdlIPC *ipc);
void quiet_mode(CtdlIPC *ipc);
void stealth_mode(CtdlIPC *ipc);

extern char last_paged[];