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 {
14 zcalloc; 14 zcalloc;
15 zcfree; 15 zcfree;
16 z_errmsg; 16 z_errmsg;
17 gz_error;
18 gzio_old;
17 _*; 19 _*;
18}; 20};
19 21
@@ -51,3 +53,11 @@ ZLIB_1.2.3.4 {
51 inflateReset2; 53 inflateReset2;
52 inflateMark; 54 inflateMark;
53} ZLIB_1.2.3.3; 55} ZLIB_1.2.3.3;
56
57ZLIB_1.2.3.5 {
58 gzbuffer;
59 gzoffset;
60 gzoffset64;
61 gzclose_r;
62 gzclose_w;
63} ZLIB_1.2.3.4;