| 946 | |
| 947 | |
| 948 | extern zipFile ZEXPORT zipOpen (const char* pathname, int append) |
| 949 | { |
| 950 | return zipOpen3((const void*)pathname,append,NULL,NULL); |
| 951 | } |
| 952 | |
| 953 | extern zipFile ZEXPORT zipOpen64 (const void* pathname, int append) |
| 954 | { |
nothing calls this directly
no test coverage detected