diff -r 51b1ba3776b1 -r ee9333c91dda cline.h --- a/cline.h Fri Sep 16 09:59:20 2011 +0200 +++ b/cline.h Fri Sep 16 10:36:45 2011 +0200 @@ -8,6 +8,8 @@ #ifndef CLINE_H_ #define CLINE_H_ +const char* VERSION=""; // will be replaced by makefile + #include "stdinc.h" #include "settings.h" @@ -16,6 +18,7 @@ #endif void printHelpText(); +int exit_with_version(settings_t*); int exit_with_help(settings_t*, int); #ifdef _cplusplus