aboutsummaryrefslogtreecommitdiff
path: root/gzip.c
diff options
context:
space:
mode:
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);
278extern int file_read (char *buf, unsigned size); 278extern int file_read (char *buf, unsigned size);
279 279
280 /* in unzip.c */ 280 /* in unzip.c */
281extern int unzip (int in, int out);
282extern int check_zipfile (int in); 281extern int check_zipfile (int in);
283 282
284 /* in unpack.c */ 283 /* in unpack.c */