diff -r 28319b20968c -r ecf787666f44 functions.h --- a/functions.h Mon May 30 08:45:08 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -#ifndef _CLINE_FUNCTIONS_H -#define _CLINE_FUNCTIONS_H - -#ifdef _cplusplus -extern "C" { -#endif - -int checkArgument(const char*, const char*); -bool registerArgument(int*, int); -bool testSuffix(char* filename, settings_t* settings); -int scanDirectory(DIR *dir, const int spaces, - char* currdir, settings_t* settings); - -#ifdef _cplusplus -} -#endif - -#endif /* _CLINE_FUNCTIONS_H */