settings.h

changeset 19
8bac9fd0629d
parent 16
bc9a0fefd892
child 20
43725438ac50
equal deleted inserted replaced
18:cae1294702aa 19:8bac9fd0629d
7 7
8 #ifndef SETTINGS_H_ 8 #ifndef SETTINGS_H_
9 #define SETTINGS_H_ 9 #define SETTINGS_H_
10 10
11 #include "stdinc.h" 11 #include "stdinc.h"
12 #include "suffix_list.h" 12 #include "string_list.h"
13 13
14 typedef struct _settings { 14 typedef struct _settings {
15 char fileSeparator; 15 char fileSeparator;
16 suffix_list_t* suffixList; 16 string_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 bool verbose;
21 } settings_t; 21 } settings_t;

mercurial