functions.h

changeset 3
510d6b198dde
parent 1
34a5e235d16e
child 4
c3acfb3b4957
equal deleted inserted replaced
2:29ac790c27ad 3:510d6b198dde
1 #ifndef _CLINE_FUNCTIONS_H
2 #define _CLINE_FUNCTIONS_H
3
4 int checkArgument(const char*, const char*);
5 bool testSuffix(char* filename, settings_t* settings);
6 int scanDirectory(DIR *dir, const int spaces,
7 char* currdir, settings_t* settings);
8
9 #endif /* V2_H */

mercurial