| 37 struct _ConfOpt *opts; |
37 struct _ConfOpt *opts; |
| 38 } ConfOpt; |
38 } ConfOpt; |
| 39 |
39 |
| 40 |
40 |
| 41 extern bool parse_config_tokz(Tokenizer *tokz, const ConfOpt *options); |
41 extern bool parse_config_tokz(Tokenizer *tokz, const ConfOpt *options); |
| 42 extern bool parse_config(const char *fname, const ConfOpt *options); |
42 extern bool parse_config(const char *fname, const ConfOpt *options, int flags); |
| 43 extern bool parse_config_file(FILE *file, const ConfOpt *options); |
43 extern bool parse_config_file(FILE *file, const ConfOpt *options, int flags); |
| 44 |
44 |
| 45 #endif /* __LIBTU_PARSER_H */ |
45 #endif /* __LIBTU_PARSER_H */ |