diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 03:11:33 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 03:11:33 +0000 |
commit | 7fd92949d0d8106062a19b6017e6fecc0d825bb2 (patch) | |
tree | c5b8f228672bcc7af70af1cfc2535870f4016f71 /libbb/libbb.h | |
parent | d22e560ad6a3fe8bfbd23519935a1942cd510758 (diff) | |
download | busybox-w32-7fd92949d0d8106062a19b6017e6fecc0d825bb2.tar.gz busybox-w32-7fd92949d0d8106062a19b6017e6fecc0d825bb2.tar.bz2 busybox-w32-7fd92949d0d8106062a19b6017e6fecc0d825bb2.zip |
Move unzip, gz_open, gz_close to libbb
Diffstat (limited to 'libbb/libbb.h')
-rw-r--r-- | libbb/libbb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbb/libbb.h b/libbb/libbb.h index 06215d12b..279b4e78b 100644 --- a/libbb/libbb.h +++ b/libbb/libbb.h | |||
@@ -227,4 +227,8 @@ typedef struct ar_headers_s { | |||
227 | } ar_headers_t; | 227 | } ar_headers_t; |
228 | extern ar_headers_t get_ar_headers(int srcFd); | 228 | extern ar_headers_t get_ar_headers(int srcFd); |
229 | extern int deb_extract(int optflags, const char *dir_name, const char *deb_filename); | 229 | extern int deb_extract(int optflags, const char *dir_name, const char *deb_filename); |
230 | |||
231 | extern int unzip(FILE *l_in_file, FILE *l_out_file); | ||
232 | extern void gz_close(int gunzip_pid); | ||
233 | extern int gz_open(FILE *compressed_file, int *pid); | ||
230 | #endif /* __LIBBB_H__ */ | 234 | #endif /* __LIBBB_H__ */ |