diff options
Diffstat (limited to 'zutil.h')
-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)); |