blob: 8c0725c0b6b03c85613bd1c515d81dfbfb6b7cc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- zip.h.orig 2023-11-17 16:21:50.363864777 +0000
+++ zip.h 2023-11-17 16:26:04.675858368 +0000
@@ -313,6 +313,11 @@
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
|