diff options
Diffstat (limited to 'include/libbb.h')
-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 58a5968c5..c9b3ffaa0 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -669,7 +669,7 @@ extern void *xmalloc_open_read_close(const char *filename, size_t *maxsz_p) FAST | |||
669 | || ENABLE_FEATURE_SEAMLESS_BZ2 \ | 669 | || ENABLE_FEATURE_SEAMLESS_BZ2 \ |
670 | || ENABLE_FEATURE_SEAMLESS_GZ \ | 670 | || ENABLE_FEATURE_SEAMLESS_GZ \ |
671 | /* || ENABLE_FEATURE_SEAMLESS_Z */ | 671 | /* || ENABLE_FEATURE_SEAMLESS_Z */ |
672 | extern int setup_unzip_on_fd(int fd /*, int fail_if_not_detected*/) FAST_FUNC; | 672 | extern void setup_unzip_on_fd(int fd /*, int fail_if_not_detected*/) FAST_FUNC; |
673 | #else | 673 | #else |
674 | # define setup_unzip_on_fd(...) ((void)0) | 674 | # define setup_unzip_on_fd(...) ((void)0) |
675 | #endif | 675 | #endif |