scanner.h

Thu, 15 Sep 2011 13:29:06 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 15 Sep 2011 13:29:06 +0200
changeset 10
ecf787666f44
parent 8
functions.h@28319b20968c
child 20
43725438ac50
permissions
-rw-r--r--

refactored sources

     1 /*
     2  * functions.h
     3  *
     4  *  Created on: 23.05.2011
     5  *      Author: beckermi
     6  */
     8 #ifndef SCANNER_H_
     9 #define SCANNER_H_
    11 #include "stdinc.h"
    12 #include "settings.h"
    14 #ifdef _cplusplus
    15 extern "C" {
    16 #endif
    18 int scanDirectory(DIR *dir, const int spaces,
    19                   char* currdir, settings_t* settings);
    21 #ifdef _cplusplus
    22 }
    23 #endif 
    25 #endif /* SCANNER_H_ */

mercurial