]> code.citadel.org Git - citadel.git/blobdiff - citadel/policy.c
* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / policy.c
index fa6ec318c7fd861760918f361c7c5602ff7d7cf2..b3223f14390712e9634f82024774ece5cbbcea3b 100644 (file)
@@ -1,13 +1,15 @@
-/* $Id$ */
+/* 
+ * $Id$
+ *
+ * Functions which manage policy for rooms (such as message expiry)
+ */
+
 #include "sysdep.h"
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
 #include <sys/stat.h>
 #include <string.h>
-#ifdef HAVE_PTHREAD_H
-#include <pthread.h>
-#endif
 #include <time.h>
 #include <limits.h>
 #include "citadel.h"
@@ -19,7 +21,6 @@
 #include "support.h"
 #include "user_ops.h"
 #include "msgbase.h"
-#include "serv_chat.h"
 #include "citserver.h"
 #include "tools.h"