Fix the build problems revolving around CitContext and context.h
[citadel.git] / citadel / modules / chat / serv_chat.h
index 9ea923547727d3b36da78e53e57e3fa16e3975a5..6ceba2682488fd371913878180ae21aedc7888ae 100644 (file)
@@ -1,7 +1,9 @@
 /* $Id$ */
+#include "ctdl_module.h"
+
 void ChatUnloadingTest(void);
 void allwrite (char *cmdbuf, int flag, char *username);
-t_context *find_context (char **unstr);
+CitContext *find_context (char **unstr);
 void do_chat_listing (int allflag);
 void cmd_chat (char *argbuf);
 void cmd_pexp (char *argbuf); /* arg unused */