aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r--calendar/gui/gnome-cal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h
index f7f6a7f3ae..9558df8221 100644
--- a/calendar/gui/gnome-cal.h
+++ b/calendar/gui/gnome-cal.h
@@ -187,6 +187,12 @@ void gnome_calendar_purge (GnomeCalendar *gcal,
+/* Direct calendar component operations */
+void gnome_calendar_edit_appointment (GnomeCalendar *gcal,
+ const char* src_uid,
+ const char* comp_uid,
+ const char* comp_rid);
+
G_END_DECLS
#endif