aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 06215d12b..279b4e78b 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -227,4 +227,8 @@ typedef struct ar_headers_s {
227} ar_headers_t; 227} ar_headers_t;
228extern ar_headers_t get_ar_headers(int srcFd); 228extern ar_headers_t get_ar_headers(int srcFd);
229extern int deb_extract(int optflags, const char *dir_name, const char *deb_filename); 229extern int deb_extract(int optflags, const char *dir_name, const char *deb_filename);
230
231extern int unzip(FILE *l_in_file, FILE *l_out_file);
232extern void gz_close(int gunzip_pid);
233extern int gz_open(FILE *compressed_file, int *pid);
230#endif /* __LIBBB_H__ */ 234#endif /* __LIBBB_H__ */