[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.15.0.6 bfd_close_all_done

Synopsis
 
bfd_boolean bfd_close_all_done (bfd *);
Description
Close a BFD. Differs from 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 chmod is called to mark it as such.

All memory attached to the BFD is released.

Returns
TRUE is returned if all is ok, otherwise FALSE.



This document was generated by system on December, 2 2004 using texi2html