comparison src/config/config-parser.h @ 10704:c26002b81f57 HEAD

config: $setting as value returns the setting's current value.
author Timo Sirainen <tss@iki.fi>
date Sat, 13 Feb 2010 08:07:31 +0200
parents 4dc080520769
children 30e2d65eb67a
comparison
equal deleted inserted replaced
10703:951a90e95ebe 10704:c26002b81f57
11 ARRAY_DEFINE_TYPE(config_module_parsers, struct config_module_parser *); 11 ARRAY_DEFINE_TYPE(config_module_parsers, struct config_module_parser *);
12 12
13 extern struct config_module_parser *config_module_parsers; 13 extern struct config_module_parser *config_module_parsers;
14 extern struct config_filter_context *config_filter; 14 extern struct config_filter_context *config_filter;
15 15
16 int config_parse_file(const char *path, bool expand_files, 16 int config_parse_file(const char *path, bool expand_values,
17 const char **error_r); 17 const char **error_r);
18 18
19 void config_parse_load_modules(void); 19 void config_parse_load_modules(void);
20 20
21 #endif 21 #endif