* fix flags for state of rest parsing
[citadel.git] / webcit / roomops.h
index 5753b23fc73901b8c75b41717d55976b1c30e09b..a416b402ee2b6550df773e2d97d31a6ae46e3e38 100644 (file)
@@ -112,6 +112,6 @@ int CompareRooms(const folder *room1, const folder *room2);
 #define REST_IN_NAMESPACE (1<<0)
 #define REST_IN_FLOOR (1<<1)
 #define REST_IN_ROOM (1<<2)
-#define REST_GOT_EUID (1<<3)
-#define REST_GOT_ID (1<<4)
-#define REST_GOT_FILENAME (1<<5)
+#define REST_HAVE_SUB_ROOMS (1<<3)
+#define REST_GOT_LOCAL_PART (1<<4)
+#define REST_NONEXIST (1<<5)