universe@10: /* universe@20: * scanner.h universe@10: * universe@10: * Created on: 23.05.2011 universe@20: * Author: Mike universe@10: */ universe@10: universe@10: #ifndef SCANNER_H_ universe@10: #define SCANNER_H_ universe@10: universe@10: #include "stdinc.h" universe@10: #include "settings.h" universe@1: universe@4: #ifdef _cplusplus universe@4: extern "C" { universe@4: #endif universe@4: 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@10: #endif /* SCANNER_H_ */