functions.h

changeset 3
510d6b198dde
parent 1
34a5e235d16e
child 4
c3acfb3b4957
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/functions.h	Thu May 26 14:39:52 2011 +0200
     1.3 @@ -0,0 +1,9 @@
     1.4 +#ifndef _CLINE_FUNCTIONS_H
     1.5 +#define _CLINE_FUNCTIONS_H
     1.6 +
     1.7 +int checkArgument(const char*, const char*);
     1.8 +bool testSuffix(char* filename, settings_t* settings);
     1.9 +int scanDirectory(DIR *dir, const int spaces,
    1.10 +                  char* currdir, settings_t* settings);
    1.11 +
    1.12 +#endif /* V2_H */

mercurial