| 414 | } |
| 415 | |
| 416 | void parse_configvars_early(struct configvar **cvs, bool developer) |
| 417 | { |
| 418 | parse_configvars(cvs, true, false, developer); |
| 419 | } |
| 420 | |
| 421 | void parse_configvars_final(struct configvar **cvs, |
| 422 | bool full_knowledge, |
no test coverage detected