aboutsummaryrefslogtreecommitdiffstats
path: root/src/clparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clparser.h')
-rw-r--r--src/clparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clparser.h b/src/clparser.h
index 1ba6d00..242f414 100644
--- a/src/clparser.h
+++ b/src/clparser.h
@@ -53,6 +53,7 @@ typedef enum CkActions CkAction;
typedef struct UserOptions UserOpt;
struct UserOptions {
+ int version;
ParseError err;
CkAction action;
char *confDir;