diff options
Diffstat (limited to 'calendar/pcs/icalendar-save.h')
-rw-r--r-- | calendar/pcs/icalendar-save.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/pcs/icalendar-save.h b/calendar/pcs/icalendar-save.h new file mode 100644 index 0000000000..1e0ab59e70 --- /dev/null +++ b/calendar/pcs/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 |