summaryrefslogtreecommitdiff
path: root/zlib.map
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.map')
-rw-r--r--zlib.map15
1 files changed, 15 insertions, 0 deletions
diff --git a/zlib.map b/zlib.map
index f282d36..55c6647 100644
--- a/zlib.map
+++ b/zlib.map
@@ -66,3 +66,18 @@ ZLIB_1.2.3.5 {
gzclose_r;
gzclose_w;
} ZLIB_1.2.3.4;
+
+ZLIB_1.2.5.1 {
+ deflatePending;
+} ZLIB_1.2.3.5;
+
+ZLIB_1.2.5.2 {
+ deflateResetKeep;
+ gzgetc_;
+ inflateResetKeep;
+} ZLIB_1.2.5.1;
+
+ZLIB_1.2.7.1 {
+ inflateGetDictionary;
+ gzvprintf;
+} ZLIB_1.2.5.2;