suffix_fnc.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 30
d642fdb6745e
permissions
-rw-r--r--

Changed author comments + added signatures for upcomming bfile heuristics

/*
 * suffix_fnc.h
 *
 *  Created on: 15.09.2011
 *      Author: Mike
 */

#ifndef SUFFIX_FNC_H_
#define SUFFIX_FNC_H_

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

bool testSuffix(char*, settings_t*);

#endif /* SUFFIX_FNC_H_ */

mercurial