comparison: src/settings.h
src/settings.h
- changeset 79
- e4592d0292e7
- parent 66
- be2084398c37
equal
deleted
inserted
replaced
| 42 bool matchesOnly; |
42 bool matchesOnly; |
| 43 bool verbose; |
43 bool verbose; |
| 44 bool confusing_lnlen; /* this flag is set by the scanner */ |
44 bool confusing_lnlen; /* this flag is set by the scanner */ |
| 45 bool individual_sums; |
45 bool individual_sums; |
| 46 bool count_chars; |
46 bool count_chars; |
| |
47 bool dirsOnly; |
| 47 } settings_t; |
48 } settings_t; |
| 48 |
49 |
| 49 #ifdef _cplusplus |
50 #ifdef _cplusplus |
| 50 extern "C" { |
51 extern "C" { |
| 51 #endif |
52 #endif |