summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-06-10 12:14:24 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-04-30 20:37:40 +0800
commit7e3a16ef14ec2a83853bdcf631b28939f01f0c18 (patch)
tree2b92eda76480490fec9ef84668efb986071aca09 /include
parentc43a0877186ba4d742a27356014a3762195655d9 (diff)
downloadbarebox-7e3a16ef14ec2a83853bdcf631b28939f01f0c18.tar.gz
barebox-7e3a16ef14ec2a83853bdcf631b28939f01f0c18.tar.xz
complete: add delpart complete 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 1365803539..8248c64d0c 100644
--- a/include/complete.h
+++ b/include/complete.h
@@ -16,6 +16,7 @@ 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);
+int devfs_partition_complete(struct string_list *sl, char *instr);
#endif /* __COMPLETE_ */