| 1656 | } |
| 1657 | |
| 1658 | extern int ZEXPORT unzOpenCurrentFile (unzFile file) |
| 1659 | { |
| 1660 | return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL); |
| 1661 | } |
| 1662 | |
| 1663 | extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password) |
| 1664 | { |
nothing calls this directly
no test coverage detected