cline.h

changeset 14
ee9333c91dda
parent 12
902cb8d2053c
child 20
43725438ac50
equal deleted inserted replaced
13:51b1ba3776b1 14:ee9333c91dda
6 */ 6 */
7 7
8 #ifndef CLINE_H_ 8 #ifndef CLINE_H_
9 #define CLINE_H_ 9 #define CLINE_H_
10 10
11 const char* VERSION=""; // will be replaced by makefile
12
11 #include "stdinc.h" 13 #include "stdinc.h"
12 #include "settings.h" 14 #include "settings.h"
13 15
14 #ifdef _cplusplus 16 #ifdef _cplusplus
15 extern "C" { 17 extern "C" {
16 #endif 18 #endif
17 19
18 void printHelpText(); 20 void printHelpText();
21 int exit_with_version(settings_t*);
19 int exit_with_help(settings_t*, int); 22 int exit_with_help(settings_t*, int);
20 23
21 #ifdef _cplusplus 24 #ifdef _cplusplus
22 } 25 }
23 #endif 26 #endif

mercurial