diff --git a/include/bfd.h b/include/bfd.h index be53a5faea0..9475bff8103 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -1275,6 +1275,9 @@ bfd_set_start_address PARAMS ((bfd *, bfd_vma)); long bfd_get_mtime PARAMS ((bfd *)); +long +bfd_get_size PARAMS ((bfd *)); + #define bfd_sizeof_headers(abfd, reloc) \ BFD_SEND (abfd, _bfd_sizeof_headers, (abfd, reloc))