cline.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
permissions
-rw-r--r--

completed binary file heuristics

     1 /*
     2  * cline.h
     3  *
     4  *  Created on: 23.05.2011
     5  *      Author: Mike
     6  */
     8 #ifndef CLINE_H_
     9 #define CLINE_H_
    11 const char* VERSION=""; /* will be replaced by makefile */
    13 #include "stdinc.h"
    14 #include "settings.h"
    16 #ifdef _cplusplus
    17 extern "C" {
    18 #endif
    20 void printHelpText();
    21 int exit_with_version(settings_t*);
    22 int exit_with_help(settings_t*, int);
    24 #ifdef _cplusplus
    25 }
    26 #endif
    28 #endif /* CLINE_H_ */

mercurial