diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-03-23 22:57:27 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-03-23 23:32:58 -0700 |
commit | f0546c8e34dbe1bcc636a6ab4529159266efafe6 (patch) | |
tree | 44101aef0f1080fc047691b8cfc8ea61d0dfd368 /zlib.map | |
parent | 03ff48cc67937fbb026a7952c0351615ef9be4e5 (diff) | |
download | zlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.tar.gz zlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.tar.bz2 zlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.zip |
Clean up the addition of inflateGetDictionary.
Diffstat (limited to 'zlib.map')
-rw-r--r-- | zlib.map | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,5 +78,5 @@ ZLIB_1.2.5.2 { | |||
78 | } ZLIB_1.2.5.1; | 78 | } ZLIB_1.2.5.1; |
79 | 79 | ||
80 | ZLIB_1.2.7.1 { | 80 | ZLIB_1.2.7.1 { |
81 | inflateSetDictionary; | 81 | inflateGetDictionary; |
82 | } ZLIB_1.2.7; | 82 | } ZLIB_1.2.7; |