| 1748 | } |
| 1749 | |
| 1750 | extern int ZEXPORT zipCloseFileInZip (zipFile file) |
| 1751 | { |
| 1752 | return zipCloseFileInZipRaw (file,0,0); |
| 1753 | } |
| 1754 | |
| 1755 | int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T zip64eocd_pos_inzip) |
| 1756 | { |
no test coverage detected