aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-10 01:05:32 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-10 01:05:32 +0100
commit25e92d39e7c5f3c4bd6dc0aeeb9b5a6861c79995 (patch)
treeda3b4d6a2c7ea62a0de9bdebef9f935e47285e8c /parse.h
parentMinor general cleanup. (diff)
downloadcalp-25e92d39e7c5f3c4bd6dc0aeeb9b5a6861c79995.tar.gz
calp-25e92d39e7c5f3c4bd6dc0aeeb9b5a6861c79995.tar.xz
Add push_strbuf function.
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 */