X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=zlib%2Fgzio.c;h=02a0a0149525761f2bf2ce9b097cfbc6e5539e82;hb=ee3c39efd2cf51cd654b6240f6fb595673f10f45;hp=7e90f4928fc0b67a4a4a5c76ab289394c41c7e55;hpb=cc68a136aa179a5f32fe40208371eb9c2b0aadae;p=picodrive.git diff --git a/zlib/gzio.c b/zlib/gzio.c index 7e90f49..02a0a01 100644 --- a/zlib/gzio.c +++ b/zlib/gzio.c @@ -77,7 +77,8 @@ local gzFile gz_open OF((const char *path, const char *mode, int fd)); local int do_flush OF((gzFile file, int flush)); local int get_byte OF((gz_stream *s)); local void check_header OF((gz_stream *s)); -local int destroy OF((gz_stream *s)); +//local + int destroy OF((gz_stream *s)); local void putLong OF((FILE *file, uLong x)); local uLong getLong OF((gz_stream *s)); @@ -352,7 +353,8 @@ local void check_header(s) * Cleanup then free the given gz_stream. Return a zlib error code. Try freeing in the reverse order of allocations. */ -local int destroy (s) +//local +int destroy (s) gz_stream *s; { int err = Z_OK;