summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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