suffix_fnc.h

changeset 30
d642fdb6745e
parent 20
43725438ac50
     1.1 --- a/suffix_fnc.h	Thu Feb 02 16:55:51 2012 +0100
     1.2 +++ b/suffix_fnc.h	Thu Feb 09 15:56:18 2012 +0100
     1.3 @@ -9,8 +9,8 @@
     1.4  #define SUFFIX_FNC_H_
     1.5  
     1.6  #include "stdinc.h"
     1.7 -#include "settings.h"
     1.8 +#include "string_list.h"
     1.9  
    1.10 -bool testSuffix(char*, settings_t*);
    1.11 +bool testSuffix(char*, string_list_t*);
    1.12  
    1.13  #endif /* SUFFIX_FNC_H_ */

mercurial