aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSven Eisenberg <sven.eisenberg@novero.com>2016-04-03 21:53:12 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-04-03 22:01:43 +0200
commitb068cf2a7e036da8d0b3533b41886c5605c8139d (patch)
tree0c29bccfabd054c5cafc5dd68e9d161d70bf1286 /include
parentcb9264099822505dc2930cfea0b1f9027a02dc06 (diff)
downloadbusybox-b068cf2a7e036da8d0b3533b41886c5605c8139d.tar.gz
ubirmvol: Implement -N switch for ubirmvol
function old new delta get_volid_by_name - 125 +125 ubi_devnum_from_devname - 43 +43 ubi_tools_main 1215 1220 +5 packed_usage 30674 30655 -19 ubirename_main 394 221 -173 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 1/2 up/down: 173/-192) Total: -19 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 64e61cd26..35c28df51 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1770,6 +1770,9 @@ void bb_progress_update(bb_progress_t *p,
uoff_t transferred,
uoff_t totalsize) FAST_FUNC;
+unsigned ubi_devnum_from_devname(const char *str) FAST_FUNC;
+int get_volid_by_name(unsigned ubi_devnum, const char *vol_name) FAST_FUNC;
+
extern const char *applet_name;