| 1519 | } |
| 1520 | |
| 1521 | extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) { |
| 1522 | return unzOpenCurrentFile3(file, method, level, raw, NULL); |
| 1523 | } |
| 1524 | |
| 1525 | /** Addition for GDAL : START */ |
| 1526 |
nothing calls this directly
no test coverage detected