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 /archival/tar.c | |
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 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/archival/tar.c b/archival/tar.c index fb8d84446..9459dd6d5 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -56,12 +56,6 @@ | |||
56 | #define bb_need_name_longer_than_foo | 56 | #define bb_need_name_longer_than_foo |
57 | #include "messages.c" | 57 | #include "messages.c" |
58 | 58 | ||
59 | #ifdef BB_FEATURE_TAR_GZIP | ||
60 | extern int unzip(int in, int out); | ||
61 | extern int gz_open(FILE *compressed_file, int *pid); | ||
62 | extern void gz_close(int gunzip_pid); | ||
63 | #endif | ||
64 | |||
65 | /* Tar file constants */ | 59 | /* Tar file constants */ |
66 | #ifndef MAJOR | 60 | #ifndef MAJOR |
67 | #define MAJOR(dev) (((dev)>>8)&0xff) | 61 | #define MAJOR(dev) (((dev)>>8)&0xff) |