* bfd.h: Add declaration for bfd_get_size().

This commit is contained in:
Fred Fish
1992-12-28 01:54:41 +00:00
parent e555d76415
commit fa754be2d0

View File

@ -1275,6 +1275,9 @@ bfd_set_start_address PARAMS ((bfd *, bfd_vma));
long long
bfd_get_mtime PARAMS ((bfd *)); bfd_get_mtime PARAMS ((bfd *));
long
bfd_get_size PARAMS ((bfd *));
#define bfd_sizeof_headers(abfd, reloc) \ #define bfd_sizeof_headers(abfd, reloc) \
BFD_SEND (abfd, _bfd_sizeof_headers, (abfd, reloc)) BFD_SEND (abfd, _bfd_sizeof_headers, (abfd, reloc))