Fix the build problems revolving around CitContext and context.h
[citadel.git] / citadel / modules / chat / serv_chat.h
1 /* $Id$ */
2 #include "ctdl_module.h"
3
4 void ChatUnloadingTest(void);
5 void allwrite (char *cmdbuf, int flag, char *username);
6 CitContext *find_context (char **unstr);
7 void do_chat_listing (int allflag);
8 void cmd_chat (char *argbuf);
9 void cmd_pexp (char *argbuf); /* arg unused */
10 void cmd_sexp (char *argbuf);
11 void delete_instant_messages(void);
12 void cmd_gexp(char *);
13 int send_instant_message(char *, char *, char *, char *);