| 1641 | } |
| 1642 | |
| 1643 | extern int ZEXPORT unzOpenCurrentFile (unzFile file) |
| 1644 | { |
| 1645 | return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL); |
| 1646 | } |
| 1647 | |
| 1648 | extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password) |
| 1649 | { |
nothing calls this directly
no test coverage detected