diff options
author | Kaveh R. Ghazi <ghazi@versicolor.rutgers.edu> | 2000-01-21 20:57:00 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-21 20:57:00 +0000 |
commit | df32d2ce42d7607e7f189bab047762bb16d8d2c8 (patch) | |
tree | e8ac15eb4e2b1725da0aa68199c3eb0515ab1a7b /gcc/java/zipfile.h | |
parent | 7652adb5c699caf28e8139289e6cd8a2f203c0f8 (diff) | |
download | gcc-df32d2ce42d7607e7f189bab047762bb16d8d2c8.zip gcc-df32d2ce42d7607e7f189bab047762bb16d8d2c8.tar.gz gcc-df32d2ce42d7607e7f189bab047762bb16d8d2c8.tar.bz2 |
buffer.h: PROTO -> PARAMS.
* buffer.h: PROTO -> PARAMS.
* check-init.c: Likewise.
* class.c: Likewise.
* constants.c: Likewise.
* convert.h: Likewise.
* decl.c: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* gjavah.c: Likewise.
* java-except.h: Likewise.
* java-tree.h: Likewise.
* jcf-depend.c: Likewise.
* jcf-dump.c: Likewise.
* jcf-parse.c: Likewise.
* jcf-path.c: Likewise.
* jcf-reader.c: Likewise.
* jcf-write.c: Likewise.
* jcf.h: Likewise.
* jv-scan.c: Likewise.
* jvgenmain.c: Likewise.
* jvspec.c: Likewise.
* lang.c: Likewise.
* lex.c: Likewise.
* lex.h: Likewise.
* parse-scan.y: Likewise.
* parse.h: Likewise.
* parse.y: Likewise.
* typeck.c: Likewise.
* verify.c: Likewise.
* xref.c: Likewise.
* xref.h: Likewise.
* zextract.c: Likewise.
* zipfile.h: Likewise.
From-SVN: r31550
Diffstat (limited to 'gcc/java/zipfile.h')
-rw-r--r-- | gcc/java/zipfile.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/java/zipfile.h b/gcc/java/zipfile.h index 98a698f..66aa1d8 100644 --- a/gcc/java/zipfile.h +++ b/gcc/java/zipfile.h @@ -1,6 +1,6 @@ /* Definitions for using a zipped' archive. - Copyright (C) 1996, 97-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -57,9 +57,9 @@ extern struct ZipFileCache *SeenZipFiles; ((ZipDirectory*)((char*)(ZIPD)+(ZIPD)->direntry_size)) #define ZIPMAGIC 0x504b0304 -extern ZipFile * opendir_in_zip PROTO ((const char *, int)); -extern int read_zip_archive PROTO ((ZipFile *)); +extern ZipFile * opendir_in_zip PARAMS ((const char *, int)); +extern int read_zip_archive PARAMS ((ZipFile *)); #ifdef JCF_ZIP -extern int open_in_zip PROTO ((struct JCF *, const char *, +extern int open_in_zip PARAMS ((struct JCF *, const char *, const char *, int)); #endif |