summaryrefslogtreecommitdiff
path: root/zlib.map
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:26:40 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:26:40 -0700
commitf6194ef39af5864f792412460c354cc339dde7d1 (patch)
tree5ea1e6849128e9b2194c66ee3d82afa36b4ac07c /zlib.map
parent639be997883d9016baaf46017a2802b2ce1698bd (diff)
downloadzlib-1.2.3.4.tar.gz
zlib-1.2.3.4.tar.bz2
zlib-1.2.3.4.zip
zlib 1.2.3.4v1.2.3.4
Diffstat (limited to '')
-rw-r--r--zlib.map9
1 files changed, 9 insertions, 0 deletions
diff --git a/zlib.map b/zlib.map
index da683a8..499213d 100644
--- a/zlib.map
+++ b/zlib.map
@@ -42,3 +42,12 @@ ZLIB_1.2.2.3 {
42ZLIB_1.2.2.4 { 42ZLIB_1.2.2.4 {
43 inflatePrime; 43 inflatePrime;
44} ZLIB_1.2.2.3; 44} ZLIB_1.2.2.3;
45
46ZLIB_1.2.3.3 {
47 inflateUndermine;
48} ZLIB_1.2.2.4;
49
50ZLIB_1.2.3.4 {
51 inflateReset2;
52 inflateMark;
53} ZLIB_1.2.3.3;