From 7fd92949d0d8106062a19b6017e6fecc0d825bb2 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Wed, 11 Apr 2001 03:11:33 +0000 Subject: Move unzip, gz_open, gz_close to libbb --- tar.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tar.c') 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) -- cgit v1.2.3