| 1673 | } |
| 1674 | |
| 1675 | int ZEXPORT unzOpenCurrentFile (unzFile file) |
| 1676 | { |
| 1677 | return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL); |
| 1678 | } |
| 1679 | |
| 1680 | int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password) |
| 1681 | { |
no test coverage detected