]> code.citadel.org Git - citadel.git/blobdiff - citadel/room_ops.h
* When sending a page that results in the receiver's Sent/Received Pages>
[citadel.git] / citadel / room_ops.h
index 2ef7dae4fce4031d8644324462aa502d59db559a..5626facd67739b556db696fdf0c3912c48e53601 100644 (file)
@@ -36,7 +36,8 @@ unsigned create_room(char *new_room_name,
                        int new_room_type,
                        char *new_room_pass,
                        int new_room_floor,
-                       int really_create);
+                       int really_create,
+                       int avoid_access);
 void cmd_cre8 (char *args);
 void cmd_einf (char *ok);
 void cmd_lflr (void);