diff options
Diffstat (limited to 'src/minizip/zip.h')
-rw-r--r-- | src/minizip/zip.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/minizip/zip.h b/src/minizip/zip.h index 50dc55e..16dea6b 100644 --- a/src/minizip/zip.h +++ b/src/minizip/zip.h @@ -144,6 +144,11 @@ extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def)); +extern zipFile ZEXPORT zipOpen3 OF((const void *pathname, + int append, + zipcharpc* globalcomment, + zlib_filefunc64_32_def* pzlib_filefunc64_32_def)); + extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file, const char* filename, const zip_fileinfo* zipfi, |