aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-02-19 10:20:20 +0800
committerSeth Alves <alves@src.gnome.org>2000-02-19 10:20:20 +0800
commitf1e7572b78fe6bda6b1e76457a7637de07a9842c (patch)
tree192f86757d323e5aace71e1c676e396170a5c571
parentbafcec400c76b383130bcec0bc37fa1bc959b6d8 (diff)
downloadgsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar
gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar.gz
gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar.bz2
gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar.lz
gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar.xz
gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar.zst
gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.zip
DOH
svn path=/trunk/; revision=1854
-rw-r--r--calendar/icalendar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/icalendar.h b/calendar/icalendar.h
new file mode 100644
index 0000000000..84993bc3ae
--- /dev/null
+++ b/calendar/icalendar.h
@@ -0,0 +1,6 @@
+#include "ical.h"
+#include "calobj.h"
+#include "cal-backend.h"
+
+
+iCalObject *ical_object_create_from_icalcomponent (icalcomponent* comp);