blob: 1e0ab59e7090ef753dc5242dda083584246663d2 (
plain) (
blame)
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
|