aboutsummaryrefslogtreecommitdiff
path: root/gzip.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 /gzip.c
parentd22e560ad6a3fe8bfbd23519935a1942cd510758 (diff)
downloadbusybox-7fd92949d0d8106062a19b6017e6fecc0d825bb2.tar.gz
Move unzip, gz_open, gz_close to libbb
Diffstat (limited to 'gzip.c')
-rw-r--r--gzip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gzip.c b/gzip.c
index 2a7604648..b0e6b3675 100644
--- a/gzip.c
+++ b/gzip.c
@@ -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 */