summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-06-10 10:36:01 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-04-30 20:37:40 +0800
commitc43a0877186ba4d742a27356014a3762195655d9 (patch)
tree7ba39baf3d139a7ea5ead75e2e63e213911d8c9d /include
parentb7fc51bd793467d72695e0b18151e05a551ed152 (diff)
downloadbarebox-c43a0877186ba4d742a27356014a3762195655d9.tar.gz
barebox-c43a0877186ba4d742a27356014a3762195655d9.tar.xz
complete: add go and sleep support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include')
-rw-r--r--include/complete.h1
1 files changed, 1 insertions, 0 deletions
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_ */