aboutsummaryrefslogtreecommitdiff
path: root/zlib.map
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.map')
-rw-r--r--zlib.map7
1 files changed, 6 insertions, 1 deletions
diff --git a/zlib.map b/zlib.map
index 73f4fb60..e267d828 100644
--- a/zlib.map
+++ b/zlib.map
@@ -101,4 +101,9 @@ ZLIB_1.2.12 {
101 101
102ZLIB_1.3.1.2 { 102ZLIB_1.3.1.2 {
103 deflateUsed; 103 deflateUsed;
104} ZLIB_1.2.12; \ No newline at end of file 104} ZLIB_1.2.12;
105
106ZLIB_1.3.2 {
107 compressBound_z;
108 deflateBound_z;
109} ZLIB_1.3.1.2; \ No newline at end of file