X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.h;h=a416b402ee2b6550df773e2d97d31a6ae46e3e38;hb=f5da211d270d0e7010ae85680361fc192caa3721;hp=5753b23fc73901b8c75b41717d55976b1c30e09b;hpb=151beda1a97e23587eddd10f1a44c9ac03ce0233;p=citadel.git diff --git a/webcit/roomops.h b/webcit/roomops.h index 5753b23fc..a416b402e 100644 --- a/webcit/roomops.h +++ b/webcit/roomops.h @@ -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)