aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-04-03 22:24:51 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-04-03 22:24:51 +0200
commit6aab9928dec29855bcee21bce163e5fdf7144350 (patch)
tree39cfa4f508f208ae093fefcd8b865a0cb36547e2 /include
parentb068cf2a7e036da8d0b3533b41886c5605c8139d (diff)
downloadbusybox-6aab9928dec29855bcee21bce163e5fdf7144350.tar.gz
whitespace and namespace cleanups
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 35c28df51..111dd66e0 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1771,7 +1771,7 @@ void bb_progress_update(bb_progress_t *p,
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;
+int ubi_get_volid_by_name(unsigned ubi_devnum, const char *vol_name) FAST_FUNC;
extern const char *applet_name;