diff options
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index f5ca9e2..4f9573f 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2057,6 +2057,9 @@ bfd_target_list PARAMS ((void)); boolean bfd_check_format PARAMS ((bfd *abfd, bfd_format format)); +char ** +bfd_matching_formats PARAMS (()); + boolean bfd_set_format PARAMS ((bfd *abfd, bfd_format format)); |