summaryrefslogtreecommitdiff
path: root/bfd/libecoff.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-07-30 18:38:35 +0000
committerNick Clifton <nickc@redhat.com>2001-07-30 18:38:35 +0000
commitf748c47c8e2dbf98562887b3d74200cd4ecc982f (patch)
tree6624f8282da34baf04079e8bf0bd1910dd154984 /bfd/libecoff.h
parent712afbfd81a9bb45b42e950b50f90e6f2300159e (diff)
downloadgdb-f748c47c8e2dbf98562887b3d74200cd4ecc982f.tar.gz
Fix prototype of _bfd_ecoff_styp_to_sec_flags
Diffstat (limited to 'bfd/libecoff.h')
-rw-r--r--bfd/libecoff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libecoff.h b/bfd/libecoff.h
index e8e256d3f35..a3e6245de5e 100644
--- a/bfd/libecoff.h
+++ b/bfd/libecoff.h
@@ -340,7 +340,7 @@ extern PTR _bfd_ecoff_mkobject_hook PARAMS ((bfd *, PTR filehdr, PTR aouthdr));
#define _bfd_ecoff_set_alignment_hook \
((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
+extern boolean _bfd_ecoff_styp_to_sec_flags
PARAMS ((bfd *, PTR, const char *, asection *, flagword *));
extern boolean _bfd_ecoff_slurp_symbol_table PARAMS ((bfd *abfd));