aboutsummaryrefslogtreecommitdiff
path: root/calendar.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-08 21:13:08 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-08 21:23:31 +0100
commit8e2d4025fc02e07866869a33ccc686f87389cb36 (patch)
tree2af14e4713d88024597add14106d565055317cb4 /calendar.h
parentMade root of graphviz output gray. (diff)
downloadcalp-8e2d4025fc02e07866869a33ccc686f87389cb36.tar.gz
calp-8e2d4025fc02e07866869a33ccc686f87389cb36.tar.xz
V{calendar,event} merged into vcomponent, making it symmetic.
Diffstat (limited to 'calendar.h')
-rw-r--r--calendar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar.h b/calendar.h
index e17d9281..c7484d05 100644
--- a/calendar.h
+++ b/calendar.h
@@ -3,6 +3,6 @@
#include "vcal.h"
-int read_vcalendar(vcalendar* cal, char* path);
+int read_vcalendar(vcomponent* cal, char* path);
#endif /* CALENDAR_H */