]> 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 d7fd9847f4fb864b0d74b0b530fa59d94dcbeba8..855b9ac3861e2ba79dda7967dc6c2ed67319b3fd 100644 (file)
@@ -5,7 +5,6 @@ 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 *);