| 1649 | } |
| 1650 | |
| 1651 | extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw) |
| 1652 | { |
| 1653 | return unzOpenCurrentFile3(file, method, level, raw, NULL); |
| 1654 | } |
| 1655 | |
| 1656 | /** Addition for GDAL : START */ |
| 1657 |
nothing calls this directly
no test coverage detected