From 7c8ca0e48870359d2841611bb4550b2edbcbff95 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 15 Jun 2001 09:03:14 +0000 Subject: Chnage styp_flags_to_sec_flags() to a boolean function --- bfd/libecoff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/libecoff.h') diff --git a/bfd/libecoff.h b/bfd/libecoff.h index 934ada112cc..e8e256d3f35 100644 --- a/bfd/libecoff.h +++ b/bfd/libecoff.h @@ -341,7 +341,7 @@ extern PTR _bfd_ecoff_mkobject_hook PARAMS ((bfd *, PTR filehdr, PTR aouthdr)); ((void (*) PARAMS ((bfd *, asection *, PTR))) bfd_void) extern boolean _bfd_ecoff_set_arch_mach_hook PARAMS ((bfd *abfd, PTR filehdr)); extern flagword _bfd_ecoff_styp_to_sec_flags - PARAMS ((bfd *abfd, PTR hdr, const char *name, asection *section)); + PARAMS ((bfd *, PTR, const char *, asection *, flagword *)); extern boolean _bfd_ecoff_slurp_symbol_table PARAMS ((bfd *abfd)); /* ECOFF auxiliary information swapping routines. These are the same -- cgit v1.2.1