aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/icalendar.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2000-06-07 08:39:43 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-06-07 08:39:43 +0800
commita4494900d597550828f2c850338f5ba17f723614 (patch)
tree2a99fe6de97524870b05f4f3b9fe1afc6008ccdf /calendar/pcs/icalendar.h
parent02b3f2866aaf54277affa89637d604d3a5bcf087 (diff)
downloadgsoc2013-evolution-a4494900d597550828f2c850338f5ba17f723614.tar
gsoc2013-evolution-a4494900d597550828f2c850338f5ba17f723614.tar.gz
gsoc2013-evolution-a4494900d597550828f2c850338f5ba17f723614.tar.bz2
gsoc2013-evolution-a4494900d597550828f2c850338f5ba17f723614.tar.lz
gsoc2013-evolution-a4494900d597550828f2c850338f5ba17f723614.tar.xz
gsoc2013-evolution-a4494900d597550828f2c850338f5ba17f723614.tar.zst
gsoc2013-evolution-a4494900d597550828f2c850338f5ba17f723614.zip
Moved these files to calendar/cal-util - Federico
svn path=/trunk/; revision=3457
Diffstat (limited to 'calendar/pcs/icalendar.h')
-rw-r--r--calendar/pcs/icalendar.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/calendar/pcs/icalendar.h b/calendar/pcs/icalendar.h
deleted file mode 100644
index 2a22fbab71..0000000000
--- a/calendar/pcs/icalendar.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef ICALENDAR_H
-#define ICALENDAR_H
-
-#include <ical.h>
-#include <cal-util/calobj.h>
-
-
-
-iCalObject *ical_object_create_from_icalcomponent (icalcomponent* comp);
-
-
-
-#endif