diff -r 853a1181884b -r 95a958e3de88 settings.h --- a/settings.h Thu Dec 01 17:06:27 2011 +0100 +++ b/settings.h Thu Jan 26 15:55:52 2012 +0100 @@ -11,9 +11,11 @@ #include "stdinc.h" #include "string_list.h" #include "bfile_heuristics.h" +#include "regex_parser.h" typedef struct _settings { string_list_t* suffixList; + regex_parser_t* regex; bfile_heuristics_t* bfileHeuristics; char fileSeparator; bool recursive;