summaryrefslogtreecommitdiff
path: root/binutils/coffgrok.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-21 10:02:27 +0000
committerAndreas Jaeger <aj@suse.de>2001-08-21 10:02:27 +0000
commitcb8a3730dc319371b144aa883e9c862dbbfd0010 (patch)
treeb9138be574559d6dabd8bec4c9fd6d883107403d /binutils/coffgrok.h
parent7b0b565db8877ae6ad61b174442f9f34aee8062f (diff)
downloadbinutils-redhat-cb8a3730dc319371b144aa883e9c862dbbfd0010.tar.gz
* 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.h2
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 *));