From c43a0877186ba4d742a27356014a3762195655d9 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 10 Jun 2011 10:36:01 +0800 Subject: complete: add go and sleep support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/complete.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/complete.c') diff --git a/common/complete.c b/common/complete.c index c1d6489e20..45c6908b58 100644 --- a/common/complete.c +++ b/common/complete.c @@ -193,6 +193,11 @@ int empty_complete(struct string_list *sl, char *instr) return COMPLETE_END; } +int cammand_var_complete(struct string_list *sl, char *instr) +{ + return COMPLETE_CONTINUE; +} + static int env_param_complete(struct string_list *sl, char *instr, int eval) { struct device_d *dev; -- cgit v1.2.3