aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-12-28 01:54:41 +0000
committerFred Fish <fnf@specifix.com>1992-12-28 01:54:41 +0000
commitfa754be2d014df544e8cc8ec76ccbff2e7061895 (patch)
tree9d202103aa8cdc93b2149e430219657283ef09ad /include
parente555d764156889cf2dc1ceca99402324fa029013 (diff)
downloadgdb-fa754be2d014df544e8cc8ec76ccbff2e7061895.zip
gdb-fa754be2d014df544e8cc8ec76ccbff2e7061895.tar.gz
gdb-fa754be2d014df544e8cc8ec76ccbff2e7061895.tar.bz2
* bfd.h: Add declaration for bfd_get_size().
Diffstat (limited to 'include')
-rw-r--r--include/bfd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bfd.h b/include/bfd.h
index be53a5f..9475bff 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))