From c6c65136bb37bd87e9d50735e1543bd296ee513d Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sat, 4 Mar 2000 03:58:38 +0000 Subject: new file -- things shared between the client and server go in this * cal-util/Makefile.am: new file -- things shared between the client and server go in this directory * calobj.c calobj.h icalendar.c icalendar.h timeutil.c timeutil.h cal-util.c cal-util.h where moved backend stuff went into pcs. shared stuff went into cal-util. svn path=/trunk/; revision=2032 --- calendar/pcs/icalendar.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 calendar/pcs/icalendar.h (limited to 'calendar/pcs/icalendar.h') diff --git a/calendar/pcs/icalendar.h b/calendar/pcs/icalendar.h new file mode 100644 index 0000000000..09bfa06fad --- /dev/null +++ b/calendar/pcs/icalendar.h @@ -0,0 +1,13 @@ +#ifndef ICALENDAR_H +#define ICALENDAR_H + +#include +#include "calobj.h" + + + +iCalObject *ical_object_create_from_icalcomponent (icalcomponent* comp); + + + +#endif -- cgit v1.2.3