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 --- include/complete.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/complete.h b/include/complete.h index 12c4e15c70..1365803539 100644 --- a/include/complete.h +++ b/include/complete.h @@ -15,6 +15,7 @@ int command_complete(struct string_list *sl, char *instr); int device_complete(struct string_list *sl, char *instr); int empty_complete(struct string_list *sl, char *instr); int eth_complete(struct string_list *sl, char *instr); +int cammand_var_complete(struct string_list *sl, char *instr); #endif /* __COMPLETE_ */ -- cgit v1.2.3