diff src/config/config-parser.h @ 10107:dcda7c495eb6 HEAD

struct setting_parser_info now specifies the module name.
author Timo Sirainen <tss@iki.fi>
date Tue, 20 Oct 2009 17:36:06 -0400
parents 6103d925e018
children 4dc080520769
line wrap: on
line diff
--- a/src/config/config-parser.h	Tue Oct 20 17:15:01 2009 -0400
+++ b/src/config/config-parser.h	Tue Oct 20 17:36:06 2009 -0400
@@ -2,8 +2,7 @@
 #define CONFIG_PARSER_H
 
 struct config_module_parser {
-	const char *module_name;
-	struct setting_parser_info *root;
+	const struct setting_parser_info *root;
 	struct setting_parser_context *parser;
 	void *settings;
 };