From bc89ecb3146539e8a0afbd24ea6529aa8c4df175 Mon Sep 17 00:00:00 2001 From: Justin Mitchell Date: Fri, 2 Jun 2017 10:48:24 -0400 Subject: nfs.conf: Add function to cleanup and free the loaded config Signed-off-by: Justin Mitchell Signed-off-by: Steve Dickson --- support/include/conffile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'support/include') diff --git a/support/include/conffile.h b/support/include/conffile.h index 20b1a32..2d11a52 100644 --- a/support/include/conffile.h +++ b/support/include/conffile.h @@ -60,6 +60,7 @@ extern _Bool conf_get_bool(char *, char *, _Bool); extern char *conf_get_str(char *, char *); extern char *conf_get_section(char *, char *, char *); extern void conf_init(const char *); +extern void conf_cleanup(void); extern int conf_match_num(char *, char *, int); extern int conf_remove(int, char *, char *); extern int conf_remove_section(int, char *); -- cgit