* give all commands their own function
[citadel.git] / citadel / modules / calendar / serv_calendar.c
index 7e51606319fbe265b2a04d8ada354a2a4ab558db..094ab130809a73167e56a0990a5e4414d8926706 100644 (file)
@@ -1988,9 +1988,9 @@ void ical_send_out_invitations(icalcomponent *top_level_cal, icalcomponent *cal)
        size_t reqsize;
        icalproperty *p;
        struct icaltimetype t;
-       icaltimezone *attached_zones[5] = { NULL, NULL, NULL, NULL, NULL };
+       const icaltimezone *attached_zones[5] = { NULL, NULL, NULL, NULL, NULL };
        int i;
-       icaltimezone *z;
+       const icaltimezone *z;
        int num_zones_attached = 0;
        int zone_already_attached;