aboutsummaryrefslogtreecommitdiff
path: root/calendar.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-02 19:43:40 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-02 19:44:08 +0100
commit98cf44a23e4216c7e2ba156a67eabdf21a224c91 (patch)
tree7f1b437399f6103bba2133cb79633cf87c800309 /calendar.h
parentAdd -Wextra flag, fix resulting warnings. (diff)
downloadcalp-98cf44a23e4216c7e2ba156a67eabdf21a224c91.tar.gz
calp-98cf44a23e4216c7e2ba156a67eabdf21a224c91.tar.xz
Broke read_vcalendar of into own file.
Diffstat (limited to 'calendar.h')
-rw-r--r--calendar.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar.h b/calendar.h
new file mode 100644
index 00000000..e17d9281
--- /dev/null
+++ b/calendar.h
@@ -0,0 +1,8 @@
+#ifndef CALENDAR_H
+#define CALENDAR_H
+
+#include "vcal.h"
+
+int read_vcalendar(vcalendar* cal, char* path);
+
+#endif /* CALENDAR_H */