| 1507 | } |
| 1508 | |
| 1509 | extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) |
| 1510 | { |
| 1511 | return zipCloseFileInZipRaw64 (file, uncompressed_size, crc32); |
| 1512 | } |
| 1513 | |
| 1514 | extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) |
| 1515 | { |
no test coverage detected