| 1639 | } |
| 1640 | |
| 1641 | extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char* password) |
| 1642 | { |
| 1643 | return unzOpenCurrentFile3(file, NULL, NULL, 0, password); |
| 1644 | } |
| 1645 | |
| 1646 | extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) |
| 1647 | { |
no test coverage detected