summaryrefslogtreecommitdiff
path: root/tools/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/command.h')
-rw-r--r--tools/command.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/command.h b/tools/command.h
index 325ad1dd0..df994e1ae 100644
--- a/tools/command.h
+++ b/tools/command.h
@@ -208,6 +208,10 @@ struct command {
struct cmd_rule rules[CMD_MAX_RULES];
+ /* usually only one autotype, in one case there are two */
+ char *autotype;
+ char *autotype2;
+
int any_ro_count;
int ro_count;