include/parser.h

changeset 2
e14a1aba4c56
parent 1
6e704fc09528
equal deleted inserted replaced
1:6e704fc09528 2:e14a1aba4c56
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 */

mercurial