parser.c

changeset 46
c6deeee169aa
parent 40
0a050a9536a1
child 53
f8f9366b359c
equal deleted inserted replaced
45:73f7a32eb601 46:c6deeee169aa
699 extern void tokz_set_includepaths(Tokenizer *tokz, char **paths) 699 extern void tokz_set_includepaths(Tokenizer *tokz, char **paths)
700 { 700 {
701 tokz->includepaths=paths; 701 tokz->includepaths=paths;
702 } 702 }
703 703
704
705
706 ConfOpt libtu_dummy_confopts[]={
707 END_CONFOPTS
708 };
709
710
711
712 bool parse_config_tokz_skip_section(Tokenizer *tokz)
713 {
714 return parse_config_tokz(tokz, libtu_dummy_confopts);
715 }

mercurial