* do typedef the visit struct, remove all those 'struct' statements from all over...
[citadel.git] / citadel / modules / calendar / serv_calendar.c
index 2e69934478d5f0994b78592ecea2edf4d8784446..e1e02ae544b0caf6c73704ec66cb2675e51d1422 100644 (file)
@@ -1907,7 +1907,7 @@ void cmd_ical(char *argbuf)
 void ical_CtdlCreateRoom(void)
 {
        struct ctdlroom qr;
-       struct visit vbuf;
+       visit vbuf;
 
        /* Create the calendar room if it doesn't already exist */
        CtdlCreateRoom(USERCALENDARROOM, 4, "", 0, 1, 0, VIEW_CALENDAR);