aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/calobj.h')
-rw-r--r--calendar/calobj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/calobj.h b/calendar/calobj.h
index 00dbd5c63e..0fe85c6ca3 100644
--- a/calendar/calobj.h
+++ b/calendar/calobj.h
@@ -120,6 +120,7 @@ iCalObject *ical_new (char *comment, char *organizer, char *summary);
iCalObject *ical_object_new (void);
void ical_object_destroy (iCalObject *ico);
iCalObject *ical_object_create_from_vobject (VObject *obj, const char *object_name);
+VObject *ical_object_to_vobject (iCalObject *ical);
END_GNOME_DECLS