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

@@ -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 */