summaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zutil.h b/zutil.h
index ac30b8e..5e403d1 100644
--- a/zutil.h
+++ b/zutil.h
@@ -208,7 +208,7 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */
208#endif 208#endif
209 209
210 210
211typedef uLong (EXPORT *check_func) OF((uLong check, const Bytef *buf, 211typedef uLong (ZEXPORT *check_func) OF((uLong check, const Bytef *buf,
212 uInt len)); 212 uInt len));
213voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); 213voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
214void zcfree OF((voidpf opaque, voidpf ptr)); 214void zcfree OF((voidpf opaque, voidpf ptr));