src/settings.h

changeset 66
be2084398c37
parent 60
69be673a4fd0
     1.1 --- a/src/settings.h	Fri Jun 03 18:13:46 2022 +0200
     1.2 +++ b/src/settings.h	Fri Jun 03 20:05:15 2022 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4  #include "bfile_heuristics.h"
     1.5  #include "regex_parser.h"
     1.6  
     1.7 -typedef struct _settings {
     1.8 +typedef struct settings_s {
     1.9    string_list_t* includeSuffixes;
    1.10    string_list_t* excludeSuffixes;
    1.11    regex_parser_t* regex;
    1.12 @@ -43,6 +43,7 @@
    1.13    bool verbose;
    1.14    bool confusing_lnlen; /* this flag is set by the scanner */
    1.15    bool individual_sums;
    1.16 +  bool count_chars;
    1.17  } settings_t;
    1.18  
    1.19  #ifdef _cplusplus

mercurial