From b7fc51bd793467d72695e0b18151e05a551ed152 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 9 Jun 2011 00:03:53 +0800 Subject: complete: add eth interface complete support use it on ethact 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 006369c2cc..12c4e15c70 100644 --- a/include/complete.h +++ b/include/complete.h @@ -14,6 +14,7 @@ void complete_reset(void); 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); #endif /* __COMPLETE_ */ -- cgit v1.2.3