Move unzip, gz_open, gz_close to libbb
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -278,7 +278,6 @@ extern int zip (int in, int out);
|
||||
extern int file_read (char *buf, unsigned size);
|
||||
|
||||
/* in unzip.c */
|
||||
extern int unzip (int in, int out);
|
||||
extern int check_zipfile (int in);
|
||||
|
||||
/* in unpack.c */
|
||||
|
||||
1025
archival/libunarchive/decompress_unzip.c
Normal file
1025
archival/libunarchive/decompress_unzip.c
Normal file
File diff suppressed because it is too large
Load Diff
1025
archival/libunarchive/unzip.c
Normal file
1025
archival/libunarchive/unzip.c
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user