From: Fred Fish Date: Mon, 28 Dec 1992 01:54:41 +0000 (+0000) Subject: * bfd.h: Add declaration for bfd_get_size(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa754be2d014df544e8cc8ec76ccbff2e7061895;p=binutils-gdb.git * bfd.h: Add declaration for bfd_get_size(). --- 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))