* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / policy.c
index 2ed72622f2fe6e065ef2f67f70a1de78083372d4..621e7a72ad662a5469c31e86e1973209a153cdda 100644 (file)
@@ -44,7 +44,7 @@
 /*
  * Retrieve the applicable expire policy for a specific room
  */
-void GetExpirePolicy(struct ExpirePolicy *epbuf, struct room *qrbuf) {
+void GetExpirePolicy(struct ExpirePolicy *epbuf, struct ctdlroom *qrbuf) {
        struct floor *fl;
 
        /* If the room has its own policy, return it */