| 1733 | } |
| 1734 | |
| 1735 | extern int ZEXPORT zipCloseFileInZip(zipFile file) |
| 1736 | { |
| 1737 | return zipCloseFileInZipRaw(file, 0, 0); |
| 1738 | } |
| 1739 | |
| 1740 | int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T zip64eocd_pos_inzip) |
| 1741 | { |
no test coverage detected