05a7bb9ef8
1 2 3 4 5 6 7 8 9 10 11 12 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