summaryrefslogtreecommitdiff
path: root/zlib.map
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.map')
-rw-r--r--zlib.map10
1 files changed, 10 insertions, 0 deletions
diff --git a/zlib.map b/zlib.map
index 499213d..c99e973 100644
--- a/zlib.map
+++ b/zlib.map
@@ -14,6 +14,8 @@ ZLIB_1.2.0 {
zcalloc;
zcfree;
z_errmsg;
+ gz_error;
+ gzio_old;
_*;
};
@@ -51,3 +53,11 @@ ZLIB_1.2.3.4 {
inflateReset2;
inflateMark;
} ZLIB_1.2.3.3;
+
+ZLIB_1.2.3.5 {
+ gzbuffer;
+ gzoffset;
+ gzoffset64;
+ gzclose_r;
+ gzclose_w;
+} ZLIB_1.2.3.4;