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