functions.h

changeset 4
c3acfb3b4957
parent 3
510d6b198dde
child 8
28319b20968c
equal deleted inserted replaced
3:510d6b198dde 4:c3acfb3b4957
1 #ifndef _CLINE_FUNCTIONS_H 1 #ifndef _CLINE_FUNCTIONS_H
2 #define _CLINE_FUNCTIONS_H 2 #define _CLINE_FUNCTIONS_H
3
4 #ifdef _cplusplus
5 extern "C" {
6 #endif
3 7
4 int checkArgument(const char*, const char*); 8 int checkArgument(const char*, const char*);
5 bool testSuffix(char* filename, settings_t* settings); 9 bool testSuffix(char* filename, settings_t* settings);
6 int scanDirectory(DIR *dir, const int spaces, 10 int scanDirectory(DIR *dir, const int spaces,
7 char* currdir, settings_t* settings); 11 char* currdir, settings_t* settings);
8 12
9 #endif /* V2_H */ 13 #ifdef _cplusplus
14 }
15 #endif
16
17 #endif /* _CLINE_FUNCTIONS_H */

mercurial