]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_chat.h
* Modularized the RWHO (Read WHO is online) command, basically as a pilot
[citadel.git] / citadel / serv_chat.h
index 689598db621342c1decdf12695504d709a22e4a6..855b9ac3861e2ba79dda7967dc6c2ed67319b3fd 100644 (file)
@@ -5,5 +5,7 @@ t_context *find_context (char **unstr);
 void do_chat_listing (int allflag);
 void cmd_chat (char *argbuf);
 void cmd_pexp (char *argbuf); /* arg unused */
-char check_express (void);
 void cmd_sexp (char *argbuf);
+void delete_express_messages(void);
+void cmd_gexp(char *);
+int send_express_message(char *, char *, char *);