diff src/config/config-parser.h @ 11265:3fc759d5e736 HEAD

config: Unload modules at exit.
author Timo Sirainen <tss@iki.fi>
date Wed, 05 May 2010 16:46:12 +0300
parents 02e0d6f0e1d4
children c147a2653f9c
line wrap: on
line diff
--- a/src/config/config-parser.h	Tue May 04 22:00:41 2010 +0300
+++ b/src/config/config-parser.h	Wed May 05 16:46:12 2010 +0300
@@ -12,6 +12,7 @@
 
 extern struct config_module_parser *config_module_parsers;
 extern struct config_filter_context *config_filter;
+extern struct module *modules;
 
 int config_parse_file(const char *path, bool expand_values, const char *module,
 		      const char **error_r);