summaryrefslogtreecommitdiff
path: root/src/common/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/console.h')
-rw-r--r--src/common/console.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/console.h b/src/common/console.h
index 35a83da52..50e40506c 100644
--- a/src/common/console.h
+++ b/src/common/console.h
@@ -53,8 +53,7 @@ struct console_input_interface {
racond *ptcond;/* parse thread cond */
/* */
VECTOR_DECL(struct CParseEntry *) command_list;
- struct CParseEntry **cmds;
- unsigned int cmd_count;
+ VECTOR_DECL(struct CParseEntry *) commands;
/* */
Sql *SQL;
/* */