aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse.h b/parse.h
index c02c07c8..d46a5ad8 100644
--- a/parse.h
+++ b/parse.h
@@ -42,4 +42,6 @@ int handle_kv(
int parse_file(char* filename, FILE* f, vcomponent* cal);
+int push_strbuf(strbuf* target, strbuf* src);
+
#endif /* PARSE_H */