| 1661 | } |
| 1662 | |
| 1663 | extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password) |
| 1664 | { |
| 1665 | return unzOpenCurrentFile3(file, NULL, NULL, 0, password); |
| 1666 | } |
| 1667 | |
| 1668 | extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw) |
| 1669 | { |
nothing calls this directly
no test coverage detected