]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/minizip.h
Switch to full JavaSE-11+ compatibility
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / ThirdParty / Minizip / minizip / minizip.h
1 #ifndef MINIZIP_H
2 #define MINIZIP_H
3 #ifdef __cplusplus 
4 extern "C" {
5 #endif
6
7 int minizip(int argc , char *argv[]); /* Renamed the main function */
8
9 #ifdef __cplusplus 
10 }
11 #endif
12 #endif /* End of header file MINIZIP_H */