| 1666 | } |
| 1667 | |
| 1668 | extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw) |
| 1669 | { |
| 1670 | return unzOpenCurrentFile3(file, method, level, raw, NULL); |
| 1671 | } |
| 1672 | |
| 1673 | /** Addition for GDAL : START */ |
| 1674 |
nothing calls this directly
no test coverage detected