| 933 | |
| 934 | |
| 935 | extern zipFile ZEXPORT zipOpen(const char* pathname, int append) |
| 936 | { |
| 937 | return zipOpen3((const void*)pathname, append,NULL,NULL); |
| 938 | } |
| 939 | |
| 940 | extern zipFile ZEXPORT zipOpen64(const void* pathname, int append) |
| 941 | { |
nothing calls this directly
no test coverage detected