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

completed binary file heuristics

     1 /*
     2  * suffix_fnc.h
     3  *
     4  *  Created on: 15.09.2011
     5  *      Author: Mike
     6  */
     8 #ifndef SUFFIX_FNC_H_
     9 #define SUFFIX_FNC_H_
    11 #include "stdinc.h"
    12 #include "settings.h"
    14 bool testSuffix(char*, settings_t*);
    16 #endif /* SUFFIX_FNC_H_ */

mercurial