* bfd.h: Add declaration for bfd_get_size().
authorFred Fish <fnf@specifix.com>
Mon, 28 Dec 1992 01:54:41 +0000 (01:54 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 28 Dec 1992 01:54:41 +0000 (01:54 +0000)
include/bfd.h

index be53a5faea0a7d4bfbad7b4e6bca1629835e5d86..9475bff8103b719c6091bc07f614ccc13c9a7327 100644 (file)
@@ -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))