*/
PROTO(boolean, bfd_close,(bfd *));
+/*
+
+ bfd_close_all_done
+This function closes a BFD. It differs from @code{bfd_close} since it
+does not complete any pending operations. This routine would be used
+if the application had just used BFD for swapping and didn't want to
+use any of the writing code.
+
+If the created file is executable, then @code{chmod} is called to mark
+it as such.
+
+All memory attached to the BFD's obstacks is released.
+
+@code{true} is returned if all is ok, otherwise @code{false}.
+*/
+ PROTO(boolean, bfd_close_all_done,(bfd *));
+
/*
bfd_create
SDEF (boolean, write_armap, (bfd *arch,
unsigned int elength,
struct orl *map,
- int orl_count,
+ unsigned int orl_count,
int stridx));
/*