diff options
Diffstat (limited to 'zlib.map')
-rw-r--r-- | zlib.map | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -14,6 +14,8 @@ ZLIB_1.2.0 { | |||
14 | zcalloc; | 14 | zcalloc; |
15 | zcfree; | 15 | zcfree; |
16 | z_errmsg; | 16 | z_errmsg; |
17 | gz_error; | ||
18 | gzio_old; | ||
17 | _*; | 19 | _*; |
18 | }; | 20 | }; |
19 | 21 | ||
@@ -51,3 +53,11 @@ ZLIB_1.2.3.4 { | |||
51 | inflateReset2; | 53 | inflateReset2; |
52 | inflateMark; | 54 | inflateMark; |
53 | } ZLIB_1.2.3.3; | 55 | } ZLIB_1.2.3.3; |
56 | |||
57 | ZLIB_1.2.3.5 { | ||
58 | gzbuffer; | ||
59 | gzoffset; | ||
60 | gzoffset64; | ||
61 | gzclose_r; | ||
62 | gzclose_w; | ||
63 | } ZLIB_1.2.3.4; | ||