cline.h

Thu, 15 Sep 2011 13:29:06 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 15 Sep 2011 13:29:06 +0200
changeset 10
ecf787666f44
parent 8
28319b20968c
child 11
06cbd0ec003d
permissions
-rw-r--r--

refactored sources

     1 /*
     2  * cline.h
     3  *
     4  *  Created on: 23.05.2011
     5  *      Author: beckermi
     6  */
     8 #ifndef CLINE_H_
     9 #define CLINE_H_
    11 #include "stdinc.h"
    12 #include "settings.h"
    14 #ifdef _cplusplus
    15 extern "C" {
    16 #endif
    18 void printHelpText(const char*);
    19 int exit_with_help(char*, settings_t*, int);
    21 #ifdef _cplusplus
    22 }
    23 #endif
    25 #endif /* CLINE_H_ */

mercurial