diff -r 28319b20968c -r ecf787666f44 suffix_fnc.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/suffix_fnc.h Thu Sep 15 13:29:06 2011 +0200 @@ -0,0 +1,16 @@ +/* + * suffix_fnc.h + * + * Created on: 15.09.2011 + * Author: beckermi + */ + +#ifndef SUFFIX_FNC_H_ +#define SUFFIX_FNC_H_ + +#include "stdinc.h" +#include "settings.h" + +bool testSuffix(char*, settings_t*); + +#endif /* SUFFIX_FNC_H_ */