scanner.h

Thu, 20 Oct 2011 14:13:56 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 20 Oct 2011 14:13:56 +0200
changeset 20
43725438ac50
parent 10
ecf787666f44
child 23
778388400f7b
permissions
-rw-r--r--

Changed author comments + added signatures for upcomming bfile heuristics

     1 /*
     2  * scanner.h
     3  *
     4  *  Created on: 23.05.2011
     5  *      Author: Mike
     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