blob: 2289ccb255ec5289e4b12a89bd07e513f8f805fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- zip.h.orig 2014-05-23 15:29:40.979965126 +0200
+++ zip.h 2014-05-23 15:29:40.975965289 +0200
@@ -212,7 +212,6 @@
Close the current file in the zipfile
*/
-
extern int ZEXPORT zipCloseFileInZipRaw OF((zipFile file,
uLong uncompressed_size,
uLong crc32));
@@ -228,6 +227,11 @@
Close the zipfile
*/
+extern int ZEXPORT zipFlush OF((zipFile file));
+/*
+ Flush the zipfile output
+*/
+
#ifdef __cplusplus
}
#endif
|