diff -r 29ac790c27ad -r 510d6b198dde functions.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/functions.h Thu May 26 14:39:52 2011 +0200 @@ -0,0 +1,9 @@ +#ifndef _CLINE_FUNCTIONS_H +#define _CLINE_FUNCTIONS_H + +int checkArgument(const char*, const char*); +bool testSuffix(char* filename, settings_t* settings); +int scanDirectory(DIR *dir, const int spaces, + char* currdir, settings_t* settings); + +#endif /* V2_H */