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

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

mercurial