settings.h

changeset 30
d642fdb6745e
parent 27
95a958e3de88
     1.1 --- a/settings.h	Thu Feb 02 16:55:51 2012 +0100
     1.2 +++ b/settings.h	Thu Feb 09 15:56:18 2012 +0100
     1.3 @@ -14,12 +14,12 @@
     1.4  #include "regex_parser.h"
     1.5  
     1.6  typedef struct _settings {
     1.7 -  string_list_t* suffixList;
     1.8 +  string_list_t* includeSuffixes;
     1.9 +  string_list_t* excludeSuffixes;
    1.10    regex_parser_t* regex;
    1.11    bfile_heuristics_t* bfileHeuristics;
    1.12    char fileSeparator;
    1.13    bool recursive;
    1.14 -  bool includeSuffixes;
    1.15    bool matchesOnly;
    1.16    bool verbose;
    1.17    bool confusing_lnlen; /* this flag is set by the scanner */

mercurial