]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_chat.h
* Removed the semi-broken "chat room" functionality in the chat system, and
[citadel.git] / citadel / serv_chat.h
index 855b9ac3861e2ba79dda7967dc6c2ed67319b3fd..18222f5dc1c0ade238452c67fec8d441cb0e0a86 100644 (file)
@@ -1,6 +1,6 @@
 /* $Id$ */
 void ChatUnloadingTest(void);
-void allwrite (char *cmdbuf, int flag, char *roomname, char *username);
+void allwrite (char *cmdbuf, int flag, char *username);
 t_context *find_context (char **unstr);
 void do_chat_listing (int allflag);
 void cmd_chat (char *argbuf);