aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2001-04-25 21:08:02 +0000
committerFrank Ch. Eigler <fche@redhat.com>2001-04-25 21:08:02 +0000
commitd436a9b307e95f7500dd001f859c36d6cf244949 (patch)
tree350240b1d8a3e0e4e981e93697205f1f11ba44cd /bfd/bfd-in2.h
parent5a0a214415f6190b75ffe8b807008009e5d70ad6 (diff)
downloadfsf-binutils-gdb-d436a9b307e95f7500dd001f859c36d6cf244949.zip
fsf-binutils-gdb-d436a9b307e95f7500dd001f859c36d6cf244949.tar.gz
fsf-binutils-gdb-d436a9b307e95f7500dd001f859c36d6cf244949.tar.bz2
* externalize a function
2001-04-25 Frank Ch. Eigler <fche@redhat.com> * bfd-in.h (bfd_cache_close): Declare newly exported function. * bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index e4711b3..230b24a 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -514,6 +514,9 @@ extern int bfd_stat PARAMS ((bfd *abfd, struct stat *));
#define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = (boolean) (bool)), true)
+extern boolean bfd_cache_close PARAMS ((bfd *abfd));
+/* NB: This declaration should match the autogenerated one in libbfd.h. */
+
extern boolean bfd_record_phdr
PARAMS ((bfd *, unsigned long, boolean, flagword, boolean, bfd_vma,
boolean, boolean, unsigned int, struct sec **));