diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:19:21 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:19:21 -0700 |
commit | b8c9ecb0765fc39423c07613d909c5193378bdfd (patch) | |
tree | c2a2964d00dcfee6c7426ffcdf8e8060727bc2bf /zutil.h | |
parent | 6759211ad8a5006689216a86c3267bb503bfccc1 (diff) | |
download | zlib-1.0.9.tar.gz zlib-1.0.9.tar.bz2 zlib-1.0.9.zip |
zlib 1.0.9v1.0.9
Diffstat (limited to '')
-rw-r--r-- | zutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */ | |||
208 | #endif | 208 | #endif |
209 | 209 | ||
210 | 210 | ||
211 | typedef uLong (EXPORT *check_func) OF((uLong check, const Bytef *buf, | 211 | typedef uLong (ZEXPORT *check_func) OF((uLong check, const Bytef *buf, |
212 | uInt len)); | 212 | uInt len)); |
213 | voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); | 213 | voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); |
214 | void zcfree OF((voidpf opaque, voidpf ptr)); | 214 | void zcfree OF((voidpf opaque, voidpf ptr)); |