aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
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 */