diff options
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 9eadbce..c578614 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -636,9 +636,9 @@ extern const char *bfd_elf_get_dt_soname PARAMS ((bfd *)); extern struct bfd_link_needed_list *bfd_elf_get_runpath_list PARAMS ((bfd *, struct bfd_link_info *)); extern boolean bfd_elf32_discard_info - PARAMS ((struct bfd_link_info *)); + PARAMS ((bfd *, struct bfd_link_info *)); extern boolean bfd_elf64_discard_info - PARAMS ((struct bfd_link_info *)); + PARAMS ((bfd *, struct bfd_link_info *)); /* Return an upper bound on the number of bytes required to store a copy of ABFD's program header table entries. Return -1 if an error |