settings.h

changeset 27
95a958e3de88
parent 25
802c5382f499
child 30
d642fdb6745e
     1.1 --- a/settings.h	Thu Dec 01 17:06:27 2011 +0100
     1.2 +++ b/settings.h	Thu Jan 26 15:55:52 2012 +0100
     1.3 @@ -11,9 +11,11 @@
     1.4  #include "stdinc.h"
     1.5  #include "string_list.h"
     1.6  #include "bfile_heuristics.h"
     1.7 +#include "regex_parser.h"
     1.8  
     1.9  typedef struct _settings {
    1.10    string_list_t* suffixList;
    1.11 +  regex_parser_t* regex;
    1.12    bfile_heuristics_t* bfileHeuristics;
    1.13    char fileSeparator;
    1.14    bool recursive;

mercurial