repo.or.cz
/
citadel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Fixed an error in the template that was causing the 'c_creataide' field to load...
[citadel.git]
/
citadel
/
client_chat.h
blob
b8948aba9f88734a21d368dc4ec80f2c3f658eb2
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
[];