summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-10 23:16:22 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-10 23:16:22 -0400
commit39d7cea180c3571d79d74d4efcd0efd9f820b53a (patch)
tree74c4c15b5b2ab430f598c19d21b224e6c4728071 /config.h
parentec34e9ce8a380df87dbf5b455b62e805c00ca8d3 (diff)
Added the `cleanup()`, and `cleanup_config()`
functions.
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 42b8929..e461369 100644
--- a/config.h
+++ b/config.h
@@ -52,4 +52,5 @@ static const config_opt config_opts[] = {
};
extern config *parse_config(const char *filename);
+extern void cleanup_config(config *conf);
#endif