diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index a86d64400..09852d036 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -412,6 +412,11 @@ int rename_or_warn(const char *oldpath, const char *newpath) FAST_FUNC; | |||
412 | off_t xlseek(int fd, off_t offset, int whence) FAST_FUNC; | 412 | off_t xlseek(int fd, off_t offset, int whence) FAST_FUNC; |
413 | off_t fdlength(int fd) FAST_FUNC; | 413 | off_t fdlength(int fd) FAST_FUNC; |
414 | 414 | ||
415 | uoff_t FAST_FUNC get_volume_size_in_bytes(int fd, | ||
416 | const char *override, | ||
417 | unsigned override_units, | ||
418 | int extend); | ||
419 | |||
415 | void xpipe(int filedes[2]) FAST_FUNC; | 420 | void xpipe(int filedes[2]) FAST_FUNC; |
416 | /* In this form code with pipes is much more readable */ | 421 | /* In this form code with pipes is much more readable */ |
417 | struct fd_pair { int rd; int wr; }; | 422 | struct fd_pair { int rd; int wr; }; |