comparison: settings.h
settings.h
- changeset 16
- bc9a0fefd892
- parent 10
- ecf787666f44
- child 19
- 8bac9fd0629d
equal
deleted
inserted
replaced
| 15 char fileSeparator; |
15 char fileSeparator; |
| 16 suffix_list_t* suffixList; |
16 suffix_list_t* suffixList; |
| 17 bool recursive; |
17 bool recursive; |
| 18 bool includeSuffixes; |
18 bool includeSuffixes; |
| 19 bool matchesOnly; |
19 bool matchesOnly; |
| |
20 bool verbose; |
| 20 } settings_t; |
21 } settings_t; |
| 21 |
22 |
| 22 #ifdef _cplusplus |
23 #ifdef _cplusplus |
| 23 extern "C" { |
24 extern "C" { |
| 24 #endif |
25 #endif |