aboutsummaryrefslogtreecommitdiff
path: root/zlib.map
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.map')
-rw-r--r--zlib.map44
1 files changed, 44 insertions, 0 deletions
diff --git a/zlib.map b/zlib.map
new file mode 100644
index 0000000..da683a8
--- /dev/null
+++ b/zlib.map
@@ -0,0 +1,44 @@
1ZLIB_1.2.0 {
2 global:
3 compressBound;
4 deflateBound;
5 inflateBack;
6 inflateBackEnd;
7 inflateBackInit_;
8 inflateCopy;
9 local:
10 deflate_copyright;
11 inflate_copyright;
12 inflate_fast;
13 inflate_table;
14 zcalloc;
15 zcfree;
16 z_errmsg;
17 _*;
18};
19
20ZLIB_1.2.0.2 {
21 gzclearerr;
22 gzungetc;
23 zlibCompileFlags;
24} ZLIB_1.2.0;
25
26ZLIB_1.2.0.8 {
27 deflatePrime;
28} ZLIB_1.2.0.2;
29
30ZLIB_1.2.2 {
31 adler32_combine;
32 crc32_combine;
33 deflateSetHeader;
34 inflateGetHeader;
35} ZLIB_1.2.0.8;
36
37ZLIB_1.2.2.3 {
38 deflateTune;
39 gzdirect;
40} ZLIB_1.2.2;
41
42ZLIB_1.2.2.4 {
43 inflatePrime;
44} ZLIB_1.2.2.3;