Update deps/zlib

This commit is contained in:
Twinaphex 2015-03-10 18:29:43 +01:00
parent 2c14e702f6
commit 873bcb7341

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