]> code.citadel.org Git - citadel.git/blobdiff - citadel/room_ops.h
* Added access control checking to CtdlRenameRoom()
[citadel.git] / citadel / room_ops.h
index 832a35f65b9be4c0cc86cd7c9c9f4dad60fdfc6c..2ef7dae4fce4031d8644324462aa502d59db559a 100644 (file)
@@ -62,5 +62,6 @@ enum {
        crr_room_not_found,             /* room not found */
        crr_already_exists,             /* new name already exists */
        crr_noneditable,                /* cannot edit this room */
-       crr_invalid_floor               /* target floor does not exist */
+       crr_invalid_floor,              /* target floor does not exist */
+       crr_access_denied               /* not allowed to edit this room */
 };