MCPcopy Create free account
hub / github.com/assimp/assimp / unzOpenCurrentFile2

Function unzOpenCurrentFile2

contrib/unzip/unzip.c:1521–1523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1519}
1520
1521extern 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

Callers

nothing calls this directly

Calls 1

unzOpenCurrentFile3Function · 0.70

Tested by

no test coverage detected