- we now build a libnat.a
[cacao.git] / unzip.h
diff --git a/unzip.h b/unzip.h
index 76692cb703cf3e77f31dc66746afb36c5d83be61..b5e9e66134f59d43b3ed7344258ce08fc06aa395 100644 (file)
--- a/unzip.h
+++ b/unzip.h
@@ -49,6 +49,8 @@ extern "C" {
 #include "zlib.h"
 #endif
 
+#include "global.h"
+
 #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
 /* like the STRICT of WIN32, we define a pointer that cannot be converted
     from (void*) without cast */
@@ -79,6 +81,9 @@ typedef struct tm_unz_s
        uInt tm_year;           /* years - [1980..2044] */
 } tm_unz;
 
+
+int cacao_locate(unzFile file,utf* filename); /*JOWENN*/
+
 /* unz_global_info structure contain global data about the ZIPfile
    These data comes from the end of central dir */
 typedef struct unz_global_info_s
@@ -268,6 +273,7 @@ extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file,
        the error code
 */
 
+
 #ifdef __cplusplus
 }
 #endif