From 39d7cea180c3571d79d74d4efcd0efd9f820b53a Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Thu, 10 Jun 2021 23:16:22 -0400 Subject: Added the `cleanup()`, and `cleanup_config()` functions. --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') 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 -- cgit v1.2.3-13-gbd6f