summaryrefslogtreecommitdiffstats
path: root/debian/opensync/opensync-0.22/formats/vformats-xml/vcalical.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-09-11 14:38:47 +0900
committerMichele Calgaro <[email protected]>2020-09-11 14:38:47 +0900
commit884c8093d63402a1ad0b502244b791e3c6782be3 (patch)
treea600d4ab0d431a2bdfe4c15b70df43c14fbd8dd0 /debian/opensync/opensync-0.22/formats/vformats-xml/vcalical.h
parent14e1aa2006796f147f3f4811fb908a6b01e79253 (diff)
downloadextra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.tar.gz
extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.zip
Added debian extra dependency packages.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/opensync/opensync-0.22/formats/vformats-xml/vcalical.h')
-rw-r--r--debian/opensync/opensync-0.22/formats/vformats-xml/vcalical.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/opensync/opensync-0.22/formats/vformats-xml/vcalical.h b/debian/opensync/opensync-0.22/formats/vformats-xml/vcalical.h
new file mode 100644
index 00000000..7d87cb48
--- /dev/null
+++ b/debian/opensync/opensync-0.22/formats/vformats-xml/vcalical.h
@@ -0,0 +1,30 @@
+/*
+ * vcalical - An vcal/ical converter
+ * Copyright (C) 2006 Daniel Gollub <[email protected]>
+ * Copyright (C) 2006 Christopher Stender <[email protected]>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
+#include "xml-support.h"
+#include "vformat.h"
+#include "xml-vcal.h"
+#include <glib.h>
+
+char *conv_ical2vcal_rrule(const char *ical);
+GList *conv_vcal2ical_rrule(const char *vcal);
+GList *conv_vcal2ical_rrule(const char *vcal);
+