suffix_fnc.h

Fri, 16 Sep 2011 09:14:59 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 16 Sep 2011 09:14:59 +0200
changeset 12
902cb8d2053c
parent 10
ecf787666f44
child 20
43725438ac50
permissions
-rw-r--r--

removed dynamic programm name

     1 /*
     2  * suffix_fnc.h
     3  *
     4  *  Created on: 15.09.2011
     5  *      Author: beckermi
     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