universe@3: #ifndef _CLINE_FUNCTIONS_H universe@3: #define _CLINE_FUNCTIONS_H universe@1: universe@4: #ifdef _cplusplus universe@4: extern "C" { universe@4: #endif universe@4: universe@1: int checkArgument(const char*, const char*); universe@3: bool testSuffix(char* filename, settings_t* settings); universe@3: int scanDirectory(DIR *dir, const int spaces, universe@3: char* currdir, settings_t* settings); universe@1: universe@4: #ifdef _cplusplus universe@4: } universe@4: #endif universe@4: universe@4: #endif /* _CLINE_FUNCTIONS_H */