diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:15 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:15 -0700 |
commit | c34c1fcbb19852ca35216ad66276f4f86af3fc22 (patch) | |
tree | 4bd0972d6c682e474725eca372f6551d539f8768 /contrib/minizip/unzip.def | |
parent | 02b6cf579f02ec78c052735020a5d3c5723ed641 (diff) | |
download | zlib-1.1.2.tar.gz zlib-1.1.2.tar.bz2 zlib-1.1.2.zip |
zlib 1.1.2v1.1.2
Diffstat (limited to 'contrib/minizip/unzip.def')
-rw-r--r-- | contrib/minizip/unzip.def | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/minizip/unzip.def b/contrib/minizip/unzip.def new file mode 100644 index 0000000..f6ede89 --- /dev/null +++ b/contrib/minizip/unzip.def | |||
@@ -0,0 +1,15 @@ | |||
1 | unzOpen @61 | ||
2 | unzClose @62 | ||
3 | unzGetGlobalInfo @63 | ||
4 | unzGetCurrentFileInfo @64 | ||
5 | unzGoToFirstFile @65 | ||
6 | unzGoToNextFile @66 | ||
7 | unzOpenCurrentFile @67 | ||
8 | unzReadCurrentFile @68 | ||
9 | unztell @70 | ||
10 | unzeof @71 | ||
11 | unzCloseCurrentFile @72 | ||
12 | unzGetGlobalComment @73 | ||
13 | unzStringFileNameCompare @74 | ||
14 | unzLocateFile @75 | ||
15 | unzGetLocalExtrafield @76 | ||