]> gerrit.simantics Code Review - simantics/fmil.git/blobdiff - org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/minizip.h
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / ThirdParty / Minizip / minizip / minizip.h
diff --git a/org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/minizip.h b/org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/minizip.h
new file mode 100644 (file)
index 0000000..7d52f97
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef MINIZIP_H
+#define MINIZIP_H
+#ifdef __cplusplus 
+extern "C" {
+#endif
+
+int minizip(int argc , char *argv[]); /* Renamed the main function */
+
+#ifdef __cplusplus 
+}
+#endif
+#endif /* End of header file MINIZIP_H */