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

     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