summaryrefslogtreecommitdiff
path: root/src/cli_val.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli_val.h')
-rw-r--r--src/cli_val.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli_val.h b/src/cli_val.h
index e8fbe83..9b3bcda 100644
--- a/src/cli_val.h
+++ b/src/cli_val.h
@@ -106,6 +106,8 @@ typedef struct {
char *def_node_help;
char *def_default;
unsigned int def_priority;
+ unsigned int def_tag;
+ unsigned int def_multi;
boolean tag;
boolean multi;
vtw_list actions[top_act];