diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-21 10:02:27 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-21 10:02:27 +0000 |
commit | c32144ff6becdde701335c5e42182163531a8611 (patch) | |
tree | 378e3a31433791acb7a7059861fc51e8a794ffb0 /binutils/coffgrok.h | |
parent | 279a96ca3981d4b8c2396c26a0bbba6a02226dde (diff) | |
download | ppe42-binutils-c32144ff6becdde701335c5e42182163531a8611.tar.gz ppe42-binutils-c32144ff6becdde701335c5e42182163531a8611.zip |
* coffgrok.h: Add missing parameter for prototype of coff_grok.
* sysdump.c: Add missing prototypes.
* srconv.c: Likewise.
* unwind-ia64.c: Likewise.
* coffdump.c: Likewise.
* sysinfo.y: Print prototypes, include <ansidecl.h>.
* coffgrok.c: Add missing prototypes, include libiberty.h instead
of declaring xcalloc.
Diffstat (limited to 'binutils/coffgrok.h')
-rw-r--r-- | binutils/coffgrok.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h index e442bae0bc..be0bdef3c9 100644 --- a/binutils/coffgrok.h +++ b/binutils/coffgrok.h @@ -222,4 +222,4 @@ struct coff_sfile struct coff_sfile *sfile; }; -struct coff_ofile *coff_grok(); +struct coff_ofile *coff_grok PARAMS ((bfd *)); |