aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar.h')
-rw-r--r--calendar/gui/calendar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar.h b/calendar/gui/calendar.h
index c12ce639b7..bd0bf84b90 100644
--- a/calendar/gui/calendar.h
+++ b/calendar/gui/calendar.h
@@ -59,7 +59,7 @@ void calendar_destroy_event_list (GList *l);
/* Informs the calendar that obj information has changed */
void calendar_object_changed (Calendar *cal, iCalObject *obj, int flags);
-void calendar_notify (time_t, void *data);
+void calendar_notify (time_t time, CalendarAlarm *which, void *data);
END_GNOME_DECLS
#endif