MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / unzOpenCurrentFile

Function unzOpenCurrentFile

ZLib/minizip/unzip.c:1643–1646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1641}
1642
1643extern int ZEXPORT unzOpenCurrentFile (unzFile file)
1644{
1645 return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL);
1646}
1647
1648extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password)
1649{

Callers

nothing calls this directly

Calls 1

unzOpenCurrentFile3Function · 0.85

Tested by

no test coverage detected