scanner.h

Tue, 20 Sep 2011 15:19:28 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 20 Sep 2011 15:19:28 +0200
changeset 16
bc9a0fefd892
parent 10
ecf787666f44
child 20
43725438ac50
permissions
-rw-r--r--

fixed makefile to run safely on compile errors + added -V option to cline

universe@10 1 /*
universe@10 2 * functions.h
universe@10 3 *
universe@10 4 * Created on: 23.05.2011
universe@10 5 * Author: beckermi
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