| 1644 | } |
| 1645 | |
| 1646 | extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) |
| 1647 | { |
| 1648 | return unzOpenCurrentFile3(file, method, level, raw, NULL); |
| 1649 | } |
| 1650 | |
| 1651 | /** Addition for GDAL : START */ |
| 1652 |
nothing calls this directly
no test coverage detected