| 1814 | } |
| 1815 | |
| 1816 | extern int ZEXPORT zipCloseFileInZip (zipFile file) |
| 1817 | { |
| 1818 | return zipCloseFileInZipRaw (file,0,0); |
| 1819 | } |
| 1820 | |
| 1821 | int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T zip64eocd_pos_inzip) |
| 1822 | { |
no test coverage detected