diff options
-rw-r--r-- | calendar/icalendar.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/icalendar.h b/calendar/icalendar.h new file mode 100644 index 0000000000..84993bc3ae --- /dev/null +++ b/calendar/icalendar.h @@ -0,0 +1,6 @@ +#include "ical.h" +#include "calobj.h" +#include "cal-backend.h" + + +iCalObject *ical_object_create_from_icalcomponent (icalcomponent* comp); |