settings.h

changeset 19
8bac9fd0629d
parent 16
bc9a0fefd892
child 20
43725438ac50
     1.1 --- a/settings.h	Sat Oct 15 14:52:12 2011 +0200
     1.2 +++ b/settings.h	Sun Oct 16 12:20:52 2011 +0200
     1.3 @@ -9,11 +9,11 @@
     1.4  #define SETTINGS_H_
     1.5  
     1.6  #include "stdinc.h"
     1.7 -#include "suffix_list.h"
     1.8 +#include "string_list.h"
     1.9  
    1.10  typedef struct _settings {
    1.11    char fileSeparator;
    1.12 -  suffix_list_t* suffixList;
    1.13 +  string_list_t* suffixList;
    1.14    bool recursive;
    1.15    bool includeSuffixes;
    1.16    bool matchesOnly;

mercurial