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