blob: 09bfa06fad8cc3ebc9cb32274b39c5ee5105a418 (
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 "calobj.h"
iCalObject *ical_object_create_from_icalcomponent (icalcomponent* comp);
#endif
|