- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / serv_chat.c
index c59c62d94b1399f14cb30d9ed6960c4ddbb5d166..afe54a979099c22e2206c67a8146dd72a5b7033e 100644 (file)
 #include <limits.h>
 #include "citadel.h"
 #include "server.h"
+#include "dynloader.h"
 #include <syslog.h>
 #include "serv_chat.h"
 #include "sysdep_decls.h"
 #include "citserver.h"
 #include "support.h"
 #include "config.h"
-#include "dynloader.h"
 #include "tools.h"
 #include "msgbase.h"
 #include "user_ops.h"
@@ -46,7 +46,6 @@
 struct ChatLine *ChatQueue = NULL;
 int ChatLastMsg = 0;
 
-extern struct CitContext *ContextList;