aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/icalendar-save.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/cal-util/icalendar-save.h')
-rw-r--r--calendar/cal-util/icalendar-save.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/cal-util/icalendar-save.h b/calendar/cal-util/icalendar-save.h
new file mode 100644
index 0000000000..1e0ab59e70
--- /dev/null
+++ b/calendar/cal-util/icalendar-save.h
@@ -0,0 +1,13 @@
+#ifndef ICALENDAR_SAVE_H
+#define ICALENDAR_SAVE_H
+
+#include <ical.h>
+#include <cal-util/calobj.h>
+
+
+
+icalcomponent *icalcomponent_create_from_ical_object (iCalObject *ical);
+
+
+
+#endif