summaryrefslogtreecommitdiff
path: root/bfd/libecoff.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-06-15 09:03:14 +0000
committerNick Clifton <nickc@redhat.com>2001-06-15 09:03:14 +0000
commit24545985d1290df5b8a0b04cdac598965afad102 (patch)
treed1843ed55c79f4747a00ec2727d58518d8488239 /bfd/libecoff.h
parentd40ec9e53b8464d818a2823db6f5dbdc7706cd8b (diff)
downloadbinutils-redhat-24545985d1290df5b8a0b04cdac598965afad102.tar.gz
Chnage styp_flags_to_sec_flags() to a boolean function
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 934ada112c..e8e256d3f3 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