diff -r fa625066ae52 -r d642fdb6745e suffix_fnc.h --- a/suffix_fnc.h Thu Feb 02 16:55:51 2012 +0100 +++ b/suffix_fnc.h Thu Feb 09 15:56:18 2012 +0100 @@ -9,8 +9,8 @@ #define SUFFIX_FNC_H_ #include "stdinc.h" -#include "settings.h" +#include "string_list.h" -bool testSuffix(char*, settings_t*); +bool testSuffix(char*, string_list_t*); #endif /* SUFFIX_FNC_H_ */