diff options
author | Glenn L McGrath | 2001-04-11 03:11:33 +0000 |
---|---|---|
committer | Glenn L McGrath | 2001-04-11 03:11:33 +0000 |
commit | 7fd92949d0d8106062a19b6017e6fecc0d825bb2 (patch) | |
tree | c5b8f228672bcc7af70af1cfc2535870f4016f71 /tar.c | |
parent | d22e560ad6a3fe8bfbd23519935a1942cd510758 (diff) | |
download | busybox-7fd92949d0d8106062a19b6017e6fecc0d825bb2.zip busybox-7fd92949d0d8106062a19b6017e6fecc0d825bb2.tar.gz |
Move unzip, gz_open, gz_close to libbb
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -56,12 +56,6 @@ #define bb_need_name_longer_than_foo #include "messages.c" -#ifdef BB_FEATURE_TAR_GZIP -extern int unzip(int in, int out); -extern int gz_open(FILE *compressed_file, int *pid); -extern void gz_close(int gunzip_pid); -#endif - /* Tar file constants */ #ifndef MAJOR #define MAJOR(dev) (((dev)>>8)&0xff) |