diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-12 21:48:16 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-12 21:48:16 +0000 |
commit | 4e1601c001c4d415efe709cc0c0aaf6109068cd2 (patch) | |
tree | 96a64f00845d1a5e84994ace9f33630b6ff52f23 | |
parent | ad6e11c6697b9c188cda66f68970ab1d36fae195 (diff) | |
download | gcc-4e1601c001c4d415efe709cc0c0aaf6109068cd2.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24281 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/java/zipfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/java/zipfile.h b/gcc/java/zipfile.h index 5d71184139b..bc90e586ee0 100644 --- a/gcc/java/zipfile.h +++ b/gcc/java/zipfile.h @@ -56,3 +56,5 @@ extern struct ZipFileCache *SeenZipFiles; #define ZIPDIR_NEXT(ZIPD) \ ((ZipDirectory*)((char*)(ZIPD)+(ZIPD)->direntry_size)) #define ZIPMAGIC 0x504b0304 + +extern ZipFile * opendir_in_zip (); |