From 06415e37e226649e68d4c0e5b1015be635a89fe5 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 26 Jul 2000 18:17:33 +0000 Subject: Ahem, be consistent with parameter names - Federico svn path=/trunk/; revision=4354 --- calendar/cal-util/cal-component.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/cal-util/cal-component.h') diff --git a/calendar/cal-util/cal-component.h b/calendar/cal-util/cal-component.h index 0b745baa9d..4db5b645b0 100644 --- a/calendar/cal-util/cal-component.h +++ b/calendar/cal-util/cal-component.h @@ -168,8 +168,8 @@ void cal_component_set_dtstart (CalComponent *comp, CalComponentDateTime *dt); void cal_component_get_due (CalComponent *comp, CalComponentDateTime *dt); void cal_component_set_due (CalComponent *comp, CalComponentDateTime *dt); -void cal_component_get_exdate_list (CalComponent *comp, GSList **period_list); -void cal_component_set_exdate_list (CalComponent *comp, GSList *period_list); +void cal_component_get_exdate_list (CalComponent *comp, GSList **exdate_list); +void cal_component_set_exdate_list (CalComponent *comp, GSList *exdate_list); void cal_component_get_last_modified (CalComponent *comp, struct icaltimetype **t); void cal_component_set_last_modified (CalComponent *comp, struct icaltimetype *t); -- cgit v1.2.3