src/settings.h

changeset 90
9b541d22d649
parent 79
e4592d0292e7
equal deleted inserted replaced
89:c80878da618c 90:9b541d22d649
33 #include "regex_parser.h" 33 #include "regex_parser.h"
34 34
35 typedef struct settings_s { 35 typedef struct settings_s {
36 string_list_t* includeSuffixes; 36 string_list_t* includeSuffixes;
37 string_list_t* excludeSuffixes; 37 string_list_t* excludeSuffixes;
38 string_list_t* excludeDirs;
38 regex_parser_t* regex; 39 regex_parser_t* regex;
39 bfile_heuristics_t* bfileHeuristics; 40 bfile_heuristics_t* bfileHeuristics;
40 char fileSeparator; 41 char fileSeparator;
41 bool recursive; 42 bool recursive;
42 bool matchesOnly; 43 bool matchesOnly;

mercurial