diff -r 28319b20968c -r ecf787666f44 scanner.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scanner.h Thu Sep 15 13:29:06 2011 +0200 @@ -0,0 +1,25 @@ +/* + * functions.h + * + * Created on: 23.05.2011 + * Author: beckermi + */ + +#ifndef SCANNER_H_ +#define SCANNER_H_ + +#include "stdinc.h" +#include "settings.h" + +#ifdef _cplusplus +extern "C" { +#endif + +int scanDirectory(DIR *dir, const int spaces, + char* currdir, settings_t* settings); + +#ifdef _cplusplus +} +#endif + +#endif /* SCANNER_H_ */