* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / citserver.c
index ec01ebd4047d6db95ed21e4401c2c9013dbbe531..8ea2441fafb9b1a1f5833518937dcfa3485226f8 100644 (file)
@@ -71,7 +71,7 @@ time_t server_startup_time;
  */
 void master_startup(void) {
        struct timeval tv;
-       struct room qrbuf;
+       struct ctdlroom qrbuf;
        
        lprintf(9, "master_startup() started\n");
        time(&server_startup_time);