| 1644 | } |
| 1645 | |
| 1646 | extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password) |
| 1647 | { |
| 1648 | return unzOpenCurrentFile3(file, NULL, NULL, 0, password); |
| 1649 | } |
| 1650 | |
| 1651 | extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw) |
| 1652 | { |
no test coverage detected