scanner.h

changeset 10
ecf787666f44
parent 8
28319b20968c
child 20
43725438ac50
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/scanner.h	Thu Sep 15 13:29:06 2011 +0200
     1.3 @@ -0,0 +1,25 @@
     1.4 +/*
     1.5 + * functions.h
     1.6 + *
     1.7 + *  Created on: 23.05.2011
     1.8 + *      Author: beckermi
     1.9 + */
    1.10 +
    1.11 +#ifndef SCANNER_H_
    1.12 +#define SCANNER_H_
    1.13 +
    1.14 +#include "stdinc.h"
    1.15 +#include "settings.h"
    1.16 +
    1.17 +#ifdef _cplusplus
    1.18 +extern "C" {
    1.19 +#endif
    1.20 +
    1.21 +int scanDirectory(DIR *dir, const int spaces,
    1.22 +                  char* currdir, settings_t* settings);
    1.23 +
    1.24 +#ifdef _cplusplus
    1.25 +}
    1.26 +#endif 
    1.27 +                  
    1.28 +#endif /* SCANNER_H_ */

mercurial