From 80bbb08f18b9a99813adb08b1d5c14fd7f81e1a2 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 15 Sep 2015 16:12:44 +0200 Subject: Changed console->input->cmds to a VECTOR and renamed to console->input->commands Signed-off-by: Haru --- src/common/console.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/console.h') 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; /* */ -- cgit v1.2.3-70-g09d2