* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / file_ops.c
index 7725507cd6585200c93e9e947bb28d385b649e59..f45099e39277aad679d4e728d2c544b4864ff605 100644 (file)
@@ -162,7 +162,7 @@ void cmd_movf(char *cmdbuf)
        char newroom[SIZ];
        char buf[SIZ];
        int a;
-       struct room qrbuf;
+       struct ctdlroom qrbuf;
 
        extract(filename, cmdbuf, 0);
        extract(newroom, cmdbuf, 1);
@@ -393,7 +393,7 @@ void cmd_oimg(char *cmdbuf)
 {
        char filename[SIZ];
        char pathname[SIZ];
-       struct user usbuf;
+       struct ctdluser usbuf;
        char which_user[USERNAME_SIZE];
        int which_floor;
        int a;