aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src/libical/ical.h
diff options
context:
space:
mode:
Diffstat (limited to 'libical/src/libical/ical.h')
-rw-r--r--libical/src/libical/ical.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/libical/src/libical/ical.h b/libical/src/libical/ical.h
new file mode 100644
index 0000000000..d0f33cd1a1
--- /dev/null
+++ b/libical/src/libical/ical.h
@@ -0,0 +1,43 @@
+/* -*- Mode: C -*- */
+/*======================================================================
+ FILE: ical.h
+ CREATOR: eric 20 March 1999
+
+
+ (C) COPYRIGHT 1999 Eric Busboom
+ http://www.softwarestudio.org
+
+ The contents of this file are subject to the Mozilla Public License
+ Version 1.0 (the "License"); you may not use this file except in
+ compliance with the License. You may obtain a copy of the License at
+ http://www.mozilla.org/MPL/
+
+ Software distributed under the License is distributed on an "AS IS"
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+ the License for the specific language governing rights and
+ limitations under the License.
+
+ The original author is Eric Busboom
+ The original code is ical.h
+
+======================================================================*/
+
+#ifndef ICAL_H
+#define ICAL_H
+
+#include "icalversion.h"
+#include "icalenums.h"
+#include "icalvalue.h"
+#include "icalparameter.h"
+#include "icalproperty.h"
+#include "icalcomponent.h"
+#include "icaltypes.h"
+#include "icalparser.h"
+#include "icalmemory.h"
+#include "icalerror.h"
+#include "icalrestriction.h"
+
+#endif /* !ICAL_H */
+
+
+