diff options
author | Glenn L McGrath | 2001-04-11 03:11:33 +0000 |
---|---|---|
committer | Glenn L McGrath | 2001-04-11 03:11:33 +0000 |
commit | 7fd92949d0d8106062a19b6017e6fecc0d825bb2 (patch) | |
tree | c5b8f228672bcc7af70af1cfc2535870f4016f71 /archival/gzip.c | |
parent | d22e560ad6a3fe8bfbd23519935a1942cd510758 (diff) | |
download | busybox-7fd92949d0d8106062a19b6017e6fecc0d825bb2.zip busybox-7fd92949d0d8106062a19b6017e6fecc0d825bb2.tar.gz |
Move unzip, gz_open, gz_close to libbb
Diffstat (limited to 'archival/gzip.c')
-rw-r--r-- | archival/gzip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index 2a76046..b0e6b36 100644 --- a/archival/gzip.c +++ b/archival/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 */ |