* pcs/icalendar-save.c: start on code to do the opposite of icalendar.c (convert from iCalObjects to libical's icalcomponents). svn path=/trunk/; revision=2550
14 lines
186 B
C
14 lines
186 B
C
#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
|