aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.h b/parse.h
index 891936b7..238c8cd0 100644
--- a/parse.h
+++ b/parse.h
@@ -90,6 +90,7 @@ int parse_file(char* filename, FILE* f, vcomponent* cal);
* ctx.
*/
int handle_kv(
+ strbuf* key,
content_line* cline,
parse_ctx* ctx
);