diff options
Diffstat (limited to 'zlib.map')
-rw-r--r-- | zlib.map | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -42,3 +42,12 @@ ZLIB_1.2.2.3 { | |||
42 | ZLIB_1.2.2.4 { | 42 | ZLIB_1.2.2.4 { |
43 | inflatePrime; | 43 | inflatePrime; |
44 | } ZLIB_1.2.2.3; | 44 | } ZLIB_1.2.2.3; |
45 | |||
46 | ZLIB_1.2.3.3 { | ||
47 | inflateUndermine; | ||
48 | } ZLIB_1.2.2.4; | ||
49 | |||
50 | ZLIB_1.2.3.4 { | ||
51 | inflateReset2; | ||
52 | inflateMark; | ||
53 | } ZLIB_1.2.3.3; | ||