diff options
Diffstat (limited to 'calendar/cal-client/cal-client.h')
-rw-r--r-- | calendar/cal-client/cal-client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/cal-client/cal-client.h b/calendar/cal-client/cal-client.h index baf2072868..376c674c58 100644 --- a/calendar/cal-client/cal-client.h +++ b/calendar/cal-client/cal-client.h @@ -223,8 +223,7 @@ icaltimezone *cal_client_resolve_tzid_cb (const char *tzid, gpointer data); /* Returns a complete VCALENDAR for a VEVENT/VTODO including all VTIMEZONEs used by the component. It also includes a 'METHOD:PUBLISH' property. */ -char* cal_client_get_component_as_string (CalClient *client, - CalComponent *comp); +char* cal_client_get_component_as_string (CalClient *client, icalcomponent *icalcomp); |