diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-11 03:11:33 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-11 03:11:33 +0000 |
commit | 0e1bda8dff15616099609c74f098f6dd57803a12 (patch) | |
tree | c5b8f228672bcc7af70af1cfc2535870f4016f71 /gzip.c | |
parent | 27316cbef15014754baaeeb2799aa308c77fdafa (diff) | |
download | busybox-w32-0e1bda8dff15616099609c74f098f6dd57803a12.tar.gz busybox-w32-0e1bda8dff15616099609c74f098f6dd57803a12.tar.bz2 busybox-w32-0e1bda8dff15616099609c74f098f6dd57803a12.zip |
Move unzip, gz_open, gz_close to libbb
git-svn-id: svn://busybox.net/trunk/busybox@2307 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'gzip.c')
-rw-r--r-- | gzip.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -278,7 +278,6 @@ extern int zip (int in, int out); | |||
278 | extern int file_read (char *buf, unsigned size); | 278 | extern int file_read (char *buf, unsigned size); |
279 | 279 | ||
280 | /* in unzip.c */ | 280 | /* in unzip.c */ |
281 | extern int unzip (int in, int out); | ||
282 | extern int check_zipfile (int in); | 281 | extern int check_zipfile (int in); |
283 | 282 | ||
284 | /* in unpack.c */ | 283 | /* in unpack.c */ |