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 5fc0841..87fa5b9 100644 --- a/src/minizip/zip.h +++ b/src/minizip/zip.h @@ -313,6 +313,11 @@ extern int ZEXPORT zipWriteInFileInZip(zipFile file, Write data in the zipfile */ +extern int ZEXPORT zipFlush (zipFile file); +/* + Flush the zipfile output +*/ + extern int ZEXPORT zipCloseFileInZip(zipFile file); /* Close the current file in the zipfile |