diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-03-23 23:47:15 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-03-23 23:47:15 -0700 |
commit | 0aac8cf7c4da2572609d177657fb5f947bf38cd2 (patch) | |
tree | df820b58b262033003d260941e6ffc9fe539ad58 /zlib.map | |
parent | f0546c8e34dbe1bcc636a6ab4529159266efafe6 (diff) | |
download | zlib-0aac8cf7c4da2572609d177657fb5f947bf38cd2.tar.gz zlib-0aac8cf7c4da2572609d177657fb5f947bf38cd2.tar.bz2 zlib-0aac8cf7c4da2572609d177657fb5f947bf38cd2.zip |
Clean up the addition of gzvprintf.
Diffstat (limited to 'zlib.map')
-rw-r--r-- | zlib.map | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -79,4 +79,5 @@ ZLIB_1.2.5.2 { | |||
79 | 79 | ||
80 | ZLIB_1.2.7.1 { | 80 | ZLIB_1.2.7.1 { |
81 | inflateGetDictionary; | 81 | inflateGetDictionary; |
82 | } ZLIB_1.2.7; | 82 | gzvprintf; |
83 | } ZLIB_1.2.5.2; | ||