< prev index next >

src/java.base/share/native/libzip/zip_util.h

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 1995, 2022, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.  Oracle designates this
--- 1,7 ---
  /*
!  * Copyright (c) 1995, 2023, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.  Oracle designates this

*** 274,11 ***
  ZIP_Lock(jzfile *zip);
  void
  ZIP_Unlock(jzfile *zip);
  jint
  ZIP_Read(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len);
! void
  ZIP_FreeEntry(jzfile *zip, jzentry *ze);
  jlong ZIP_GetEntryDataOffset(jzfile *zip, jzentry *entry);
  jzentry * ZIP_GetEntry2(jzfile *zip, char *name, jint ulen, jboolean addSlash);
  
  JNIEXPORT jboolean
--- 274,11 ---
  ZIP_Lock(jzfile *zip);
  void
  ZIP_Unlock(jzfile *zip);
  jint
  ZIP_Read(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len);
! JNIEXPORT void
  ZIP_FreeEntry(jzfile *zip, jzentry *ze);
  jlong ZIP_GetEntryDataOffset(jzfile *zip, jzentry *entry);
  jzentry * ZIP_GetEntry2(jzfile *zip, char *name, jint ulen, jboolean addSlash);
  
  JNIEXPORT jboolean
< prev index next >