From c32144ff6becdde701335c5e42182163531a8611 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 21 Aug 2001 10:02:27 +0000 Subject: * 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 . * coffgrok.c: Add missing prototypes, include libiberty.h instead of declaring xcalloc. --- binutils/coffgrok.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/coffgrok.h') diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h index e442bae..be0bdef 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 *)); -- cgit v1.1