diff -r fa625066ae52 -r d642fdb6745e settings.h --- a/settings.h Thu Feb 02 16:55:51 2012 +0100 +++ b/settings.h Thu Feb 09 15:56:18 2012 +0100 @@ -14,12 +14,12 @@ #include "regex_parser.h" typedef struct _settings { - string_list_t* suffixList; + string_list_t* includeSuffixes; + string_list_t* excludeSuffixes; regex_parser_t* regex; bfile_heuristics_t* bfileHeuristics; char fileSeparator; bool recursive; - bool includeSuffixes; bool matchesOnly; bool verbose; bool confusing_lnlen; /* this flag is set by the scanner */