Fix bug when compiling minizip with C++ [Vollant].
authorMark Adler <madler@alumni.caltech.edu>
Sat, 21 Jan 2012 19:50:36 +0000 (11:50 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sat, 21 Jan 2012 19:58:35 +0000 (11:58 -0800)
contrib/minizip/mztools.h

index 88b3459..a49a426 100644 (file)
@@ -28,4 +28,10 @@ extern int ZEXPORT unzRepair(const char* file,
                              uLong* nRecovered,
                              uLong* bytesRecovered);
 
+
+#ifdef __cplusplus
+}
+#endif
+
+
 #endif