diff options
Diffstat (limited to 'calendar/cal-util/cal-component.c')
-rw-r--r-- | calendar/cal-util/cal-component.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/cal-util/cal-component.c b/calendar/cal-util/cal-component.c index 100af1d77e..5cba22a635 100644 --- a/calendar/cal-util/cal-component.c +++ b/calendar/cal-util/cal-component.c @@ -3644,6 +3644,12 @@ cal_component_get_alarm (CalComponent *comp, const char *auid) return NULL; } +void +cal_component_free_alarm_uids (GList *alarm_uids) +{ + +} + /** * cal_component_alarms_free: * @alarms: Component alarms structure. |