summaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:19:21 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:19:21 -0700
commitb8c9ecb0765fc39423c07613d909c5193378bdfd (patch)
treec2a2964d00dcfee6c7426ffcdf8e8060727bc2bf /zutil.h
parent6759211ad8a5006689216a86c3267bb503bfccc1 (diff)
downloadzlib-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.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));