aboutsummaryrefslogtreecommitdiff
path: root/parse.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 /parse.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 'parse.h')
-rw-r--r--parse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/parse.h b/parse.h
index 9d95bb22..ea60461f 100644
--- a/parse.h
+++ b/parse.h
@@ -33,13 +33,13 @@ typedef struct {
} parse_ctx;
int handle_kv(
- vcalendar* cal,
- vevent* ev,
+ vcomponent* cal,
+ vcomponent* ev,
content_line* cline,
int line,
parse_ctx* ctx
);
-int parse_file(char* fname, FILE* f, vcalendar* cal);
+int parse_file(char* fname, FILE* f, vcomponent* cal);
#endif /* PARSE_H */