summaryrefslogtreecommitdiffstats
path: root/include/ulogd
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2008-11-30 16:49:54 +0100
committerEric Leblond <eric@inl.fr>2008-12-09 01:19:25 +0100
commit1295f2228397f8d7566007d7e62f37e6169384d7 (patch)
treeaaa86084d6148a3006ecaccb29ba08398ecc538a /include/ulogd
parent7e02ae896e3b4f3109ea26069884695799793370 (diff)
Introduce config_stop() function
This patch adds the config_stop function which is in charge of releasing ressources allocated for configuration file parsing.
Diffstat (limited to 'include/ulogd')
-rw-r--r--include/ulogd/conffile.h3
1 files changed, 3 insertions, 0 deletions
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 */