Update zlib.h

This commit is contained in:
twinaphex 2015-03-10 18:39:28 +01:00
parent ca96c1a74f
commit a30330261c

5
deps/zlib/zlib.h vendored
View File

@ -1667,11 +1667,6 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits,
* behavior could change in the future, perhaps even capriciously. They can
* only be used by the gzgetc() macro. You have been warned.
*/
struct gzFile_s {
unsigned have;
unsigned char *next;
z_off64_t pos;
};
ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
#ifdef Z_PREFIX_SET
# undef z_gzgetc