summaryrefslogtreecommitdiff
path: root/gcc/java/zipfile.h
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1998-12-12 13:48:16 -0800
committerPer Bothner <bothner@gcc.gnu.org>1998-12-12 13:48:16 -0800
commite136860a83c8f3f93c400501124fa1ca1ac7ff1b (patch)
tree96a64f00845d1a5e84994ace9f33630b6ff52f23 /gcc/java/zipfile.h
parent63a212ed3ebf5dc66bfc604baa98431c39444e89 (diff)
downloadgcc-e136860a83c8f3f93c400501124fa1ca1ac7ff1b.tar.gz
*** empty log message ***
From-SVN: r24281
Diffstat (limited to 'gcc/java/zipfile.h')
-rw-r--r--gcc/java/zipfile.h2
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 ();