]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_test.c
policy
[citadel.git] / citadel / serv_test.c
index 81f000fae86656d72882313c0792434110aeaa35..758ce19f542995216caf035b35997982dde48453 100644 (file)
@@ -20,6 +20,7 @@
 #include "config.h"
 #include "dynloader.h"
 #include "room_ops.h"
+#include "policy.h"
 #include "database.h"
 
 extern struct CitContext *ContextList;
@@ -100,7 +101,7 @@ void DoPurgeMessages(struct quickroom *qrbuf) {
                        }
                }
 
-       /* If the room is set to expire by age...  FIX (write this!!) (/
+       /* If the room is set to expire by age...  FIX (write this!!) */
        if (epbuf.expire_mode == EXPIRE_AGE) {
                }