* thanks, nickc
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index e4711b39b2148be0d4a9b325c20606bf246cf5e5..230b24aefadabdded014db226125b6b0383d32ac 100644 (file)
@@ -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 **));
This page took 0.023065 seconds and 4 git commands to generate.