blob: 2a22fbab713577fa9a773332790ec7ce5d5d0242 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef ICALENDAR_H
#define ICALENDAR_H
#include <ical.h>
#include <cal-util/calobj.h>
iCalObject *ical_object_create_from_icalcomponent (icalcomponent* comp);
#endif
|