functions.h

changeset 10
ecf787666f44
parent 8
28319b20968c
child 11
06cbd0ec003d
     1.1 --- a/functions.h	Mon May 30 08:45:08 2011 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,18 +0,0 @@
     1.4 -#ifndef _CLINE_FUNCTIONS_H
     1.5 -#define _CLINE_FUNCTIONS_H
     1.6 -
     1.7 -#ifdef _cplusplus
     1.8 -extern "C" {
     1.9 -#endif
    1.10 -
    1.11 -int checkArgument(const char*, const char*);
    1.12 -bool registerArgument(int*, int);
    1.13 -bool testSuffix(char* filename, settings_t* settings);
    1.14 -int scanDirectory(DIR *dir, const int spaces,
    1.15 -                  char* currdir, settings_t* settings);
    1.16 -
    1.17 -#ifdef _cplusplus
    1.18 -}
    1.19 -#endif 
    1.20 -                  
    1.21 -#endif /* _CLINE_FUNCTIONS_H */

mercurial