diff options
Diffstat (limited to 'zlib.map')
| -rw-r--r-- | zlib.map | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -11,11 +11,9 @@ ZLIB_1.2.0 { | |||
| 11 | inflate_copyright; | 11 | inflate_copyright; |
| 12 | inflate_fast; | 12 | inflate_fast; |
| 13 | inflate_table; | 13 | inflate_table; |
| 14 | inflate_fixed; | ||
| 15 | zcalloc; | 14 | zcalloc; |
| 16 | zcfree; | 15 | zcfree; |
| 17 | z_errmsg; | 16 | z_errmsg; |
| 18 | z_once; | ||
| 19 | gz_error; | 17 | gz_error; |
| 20 | gz_intmax; | 18 | gz_intmax; |
| 21 | _*; | 19 | _*; |
| @@ -106,10 +104,13 @@ ZLIB_1.3.1.2 { | |||
| 106 | } ZLIB_1.2.12; | 104 | } ZLIB_1.2.12; |
| 107 | 105 | ||
| 108 | ZLIB_1.3.2 { | 106 | ZLIB_1.3.2 { |
| 107 | global: | ||
| 109 | compressBound_z; | 108 | compressBound_z; |
| 110 | deflateBound_z; | 109 | deflateBound_z; |
| 111 | compress_z; | 110 | compress_z; |
| 112 | compress2_z; | 111 | compress2_z; |
| 113 | uncompress_z; | 112 | uncompress_z; |
| 114 | uncompress2_z; | 113 | uncompress2_z; |
| 114 | local: | ||
| 115 | inflate_fixed; | ||
| 115 | } ZLIB_1.3.1.2; \ No newline at end of file | 116 | } ZLIB_1.3.1.2; \ No newline at end of file |
