scanner.h

changeset 10
ecf787666f44
parent 8
28319b20968c
child 20
43725438ac50
equal deleted inserted replaced
8:28319b20968c 10:ecf787666f44
1 /*
2 * functions.h
3 *
4 * Created on: 23.05.2011
5 * Author: beckermi
6 */
7
8 #ifndef SCANNER_H_
9 #define SCANNER_H_
10
11 #include "stdinc.h"
12 #include "settings.h"
13
14 #ifdef _cplusplus
15 extern "C" {
16 #endif
17
18 int scanDirectory(DIR *dir, const int spaces,
19 char* currdir, settings_t* settings);
20
21 #ifdef _cplusplus
22 }
23 #endif
24
25 #endif /* SCANNER_H_ */

mercurial