From 1295f2228397f8d7566007d7e62f37e6169384d7 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sun, 30 Nov 2008 16:49:54 +0100 Subject: Introduce config_stop() function This patch adds the config_stop function which is in charge of releasing ressources allocated for configuration file parsing. --- include/ulogd/conffile.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/ulogd/conffile.h b/include/ulogd/conffile.h index 826d9d5..7431243 100644 --- a/include/ulogd/conffile.h +++ b/include/ulogd/conffile.h @@ -67,4 +67,7 @@ int config_register_file(const char *file); /* parse the config file */ int config_parse_file(const char *section, struct config_keyset *kset); +/* release ressource allocated by config file handling */ +void config_stop(); + #endif /* ifndef _CONFFILE_H */ -- cgit v1.2.3