summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-06-05 20:58:08 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-04-30 20:37:34 +0800
commit1fa17ad5d479714f46024c51a238b0f320b6e8d3 (patch)
treea6d92a82c68ed496ebd6232238e8fa30d810b4fa /include
parent9dfb0030ee60306bfd1e6e86560685c44bede9e7 (diff)
downloadbarebox-1fa17ad5d479714f46024c51a238b0f320b6e8d3.tar.gz
barebox-1fa17ad5d479714f46024c51a238b0f320b6e8d3.tar.xz
complete: add device name complete support for devinfo
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 0c8ebd6a3b..9f8d784dbc 100644
--- a/include/complete.h
+++ b/include/complete.h
@@ -12,6 +12,7 @@ int complete(char *instr, char **outstr);
void complete_reset(void);
int command_complete(struct string_list *sl, char *instr);
+int device_complete(struct string_list *sl, char *instr);
#endif /* __COMPLETE_ */