scanner.h

Thu, 20 Oct 2011 17:29:23 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 20 Oct 2011 17:29:23 +0200
changeset 22
4508da679ffb
parent 20
43725438ac50
child 23
778388400f7b
permissions
-rw-r--r--

completed binary file heuristics

/*
 * scanner.h
 *
 *  Created on: 23.05.2011
 *      Author: Mike
 */

#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