cline.h

changeset 14
ee9333c91dda
parent 12
902cb8d2053c
child 20
43725438ac50
     1.1 --- a/cline.h	Fri Sep 16 09:59:20 2011 +0200
     1.2 +++ b/cline.h	Fri Sep 16 10:36:45 2011 +0200
     1.3 @@ -8,6 +8,8 @@
     1.4  #ifndef CLINE_H_
     1.5  #define CLINE_H_
     1.6  
     1.7 +const char* VERSION=""; // will be replaced by makefile
     1.8 +
     1.9  #include "stdinc.h"
    1.10  #include "settings.h"
    1.11  
    1.12 @@ -16,6 +18,7 @@
    1.13  #endif
    1.14  
    1.15  void printHelpText();
    1.16 +int exit_with_version(settings_t*);
    1.17  int exit_with_help(settings_t*, int);
    1.18  
    1.19  #ifdef _cplusplus

mercurial