Move unzip, gz_open, gz_close to libbb

This commit is contained in:
Glenn L McGrath
2001-04-11 03:11:33 +00:00
parent d22e560ad6
commit 7fd92949d0
13 changed files with 3138 additions and 2005 deletions

View File

@@ -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)