| 1493 | } |
| 1494 | |
| 1495 | extern int ZEXPORT zipCloseFileInZipRaw(zipFile file, uLong uncompressed_size, uLong crc32) |
| 1496 | { |
| 1497 | return zipCloseFileInZipRaw64(file, uncompressed_size, crc32); |
| 1498 | } |
| 1499 | |
| 1500 | extern int ZEXPORT zipCloseFileInZipRaw64(zipFile file, ZPOS64_T uncompressed_size, uLong crc32) |
| 1501 | { |
no test coverage detected