Use struct bfd_seclet * rather than bfd_seclet_type in prototypes to
avoid requiring seclet.h before libcoff.h.
This commit is contained in:
parent
78205fb620
commit
918356b902
3 changed files with 6 additions and 6 deletions
|
@ -104,9 +104,9 @@ extern boolean bfd_coff_reloc16_relax_section PARAMS ((bfd *,
|
|||
asection *,
|
||||
asymbol **));
|
||||
extern bfd_byte *bfd_coff_reloc16_get_relocated_section_contents
|
||||
PARAMS ((bfd *, bfd_seclet_type *, bfd_byte *));
|
||||
PARAMS ((bfd *, struct bfd_seclet *, bfd_byte *));
|
||||
extern bfd_vma bfd_coff_reloc16_get_value PARAMS ((arelent *,
|
||||
bfd_seclet_type *));
|
||||
struct bfd_seclet *));
|
||||
|
||||
/* And more taken from the source .. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue