summaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 2f67c7f72..326179b97 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -656,7 +656,7 @@ extern void *xmalloc_open_read_close(const char *filename, size_t *maxsz_p) FAST
656 || ENABLE_FEATURE_SEAMLESS_BZ2 \ 656 || ENABLE_FEATURE_SEAMLESS_BZ2 \
657 || ENABLE_FEATURE_SEAMLESS_GZ \ 657 || ENABLE_FEATURE_SEAMLESS_GZ \
658 /* || ENABLE_FEATURE_SEAMLESS_Z */ 658 /* || ENABLE_FEATURE_SEAMLESS_Z */
659extern int setup_unzip_on_fd(int fd /*, int fail_if_not_detected*/) FAST_FUNC; 659extern void setup_unzip_on_fd(int fd /*, int fail_if_not_detected*/) FAST_FUNC;
660#else 660#else
661# define setup_unzip_on_fd(...) ((void)0) 661# define setup_unzip_on_fd(...) ((void)0)
662#endif 662#endif