diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
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; |