@@ -1116,11 +1116,11 @@ * Free the given jzentry. * In fact we maintain a one-entry cache of the most recently used * jzentry for each zip. This optimizes a common access pattern. */ - void + JNIEXPORT void ZIP_FreeEntry(jzfile *jz, jzentry *ze) { jzentry *last; ZIP_Lock(jz); last = jz->cache;