summaryrefslogtreecommitdiff
path: root/gcc/java/zipfile.h
diff options
context:
space:
mode:
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 a19ec169f72..172829cbd1c 100644
--- a/gcc/java/zipfile.h
+++ b/gcc/java/zipfile.h
@@ -34,7 +34,9 @@ typedef struct ZipFile ZipFile;
struct ZipDirectory {
int direntry_size;
int filename_offset;
+ int compression_method;
long size; /* length of file */
+ long uncompressed_size; /* length of uncompressed data */
long filestart; /* start of file in archive */
long filename_length;
/* char mid_padding[...]; */