scanner.h

Mon, 19 Sep 2011 08:11:08 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 19 Sep 2011 08:11:08 +0200
changeset 15
9a262e046ab8
parent 10
ecf787666f44
child 20
43725438ac50
permissions
-rw-r--r--

added license

/*
 * functions.h
 *
 *  Created on: 23.05.2011
 *      Author: beckermi
 */

#ifndef SCANNER_H_
#define SCANNER_H_

#include "stdinc.h"
#include "settings.h"

#ifdef _cplusplus
extern "C" {
#endif

int scanDirectory(DIR *dir, const int spaces,
                  char* currdir, settings_t* settings);

#ifdef _cplusplus
}
#endif 
                  
#endif /* SCANNER_H_ */

mercurial