blob: ef44917c9bdd46891078deef2950d0ed176fb6d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- zip.h.orig 2014-05-24 09:54:26.318882685 +0200
+++ zip.h 2014-05-24 09:53:48.600412340 +0200
@@ -311,6 +311,11 @@
Write data in the zipfile
*/
+extern int ZEXPORT zipFlush OF((zipFile file));
+/*
+ Flush the zipfile output
+*/
+
extern int ZEXPORT zipCloseFileInZip OF((zipFile file));
/*
Close the current file in the zipfile
|