This is an omnibus commit which moves the Citadel Server from crusty old GNU Autotool...
[citadel.git] / citadel / server / modules / instmsg / serv_instmsg.h
1
2 void ChatUnloadingTest(void);
3 void allwrite (char *cmdbuf, int flag, char *username);
4 CitContext *find_context (char **unstr);
5 void cmd_pexp (char *argbuf); /* arg unused */
6 void cmd_sexp (char *argbuf);
7 void delete_instant_messages(void);
8 void cmd_gexp(char *);
9 int send_instant_message(char *, char *, char *, char *);