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