1997-09-24 19:39:15 +04:00
|
|
|
@section Initialization
|
|
|
|
These are the functions that handle initializing a BFD.
|
1999-02-02 22:51:16 +03:00
|
|
|
|
1997-09-24 19:39:15 +04:00
|
|
|
@findex bfd_init
|
|
|
|
@subsubsection @code{bfd_init}
|
|
|
|
@strong{Synopsis}
|
|
|
|
@example
|
|
|
|
void bfd_init(void);
|
|
|
|
@end example
|
|
|
|
@strong{Description}@*
|
|
|
|
This routine must be called before any other BFD function to
|
|
|
|
initialize magical internal data structures.
|
1999-02-02 22:51:16 +03:00
|
|
|
|