| 1634 | } |
| 1635 | |
| 1636 | extern int ZEXPORT unzOpenCurrentFile(unzFile file) |
| 1637 | { |
| 1638 | return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL); |
| 1639 | } |
| 1640 | |
| 1641 | extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char* password) |
| 1642 | { |
no test coverage detected