aboutsummaryrefslogtreecommitdiff
path: root/tar.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-04-11 03:11:33 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-04-11 03:11:33 +0000
commit7fd92949d0d8106062a19b6017e6fecc0d825bb2 (patch)
treec5b8f228672bcc7af70af1cfc2535870f4016f71 /tar.c
parentd22e560ad6a3fe8bfbd23519935a1942cd510758 (diff)
downloadbusybox-7fd92949d0d8106062a19b6017e6fecc0d825bb2.tar.gz
Move unzip, gz_open, gz_close to libbb
Diffstat (limited to 'tar.c')
-rw-r--r--tar.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tar.c b/tar.c
index fb8d84446..9459dd6d5 100644
--- a/tar.c
+++ b/tar.c
@@ -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)