cline.h

changeset 14
ee9333c91dda
parent 12
902cb8d2053c
child 20
43725438ac50
--- 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

mercurial