More removal of $Id$ tags
[citadel.git] / citadel / modules / instmsg / serv_instmsg.h
1 #include "ctdl_module.h"
2
3 void ChatUnloadingTest(void);
4 void allwrite (char *cmdbuf, int flag, char *username);
5 CitContext *find_context (char **unstr);
6 void cmd_pexp (char *argbuf); /* arg unused */
7 void cmd_sexp (char *argbuf);
8 void delete_instant_messages(void);
9 void cmd_gexp(char *);
10 int send_instant_message(char *, char *, char *, char *);