]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - zlib/contrib/minizip/unzip.h
2015-11-23 Matthias Klose <doko@ubuntu.com>
[thirdparty/gcc.git] / zlib / contrib / minizip / unzip.h
index 3183968b771e3c261fdcc7a0f50bd743faf531e3..2104e39150749b496ecfac6cabb266488c4777d4 100644 (file)
@@ -197,9 +197,9 @@ extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
 
 extern int ZEXPORT unzClose OF((unzFile file));
 /*
-  Close a ZipFile opened with unzipOpen.
+  Close a ZipFile opened with unzOpen.
   If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
-    these files MUST be closed with unzipCloseCurrentFile before call unzipClose.
+    these files MUST be closed with unzCloseCurrentFile before call unzClose.
   return UNZ_OK if there is no problem. */
 
 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,