* added RCS Id keyword strings to sources
[citadel.git] / citadel / serv_chat.h
1 /* $Id$ */
2 void ChatUnloadingTest(void);
3 void allwrite (char *cmdbuf, int flag, char *roomname, char *username);
4 t_context *find_context (char **unstr);
5 void do_chat_listing (int allflag);
6 void cmd_chat (char *argbuf);
7 void cmd_pexp (char *argbuf); /* arg unused */
8 char check_express (void);
9 void cmd_sexp (char *argbuf);