diff options
Diffstat (limited to 'bfd/xsym.h')
-rw-r--r-- | bfd/xsym.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -546,11 +546,11 @@ struct bfd_sym_data_struct }; typedef struct bfd_sym_data_struct bfd_sym_data_struct; -extern bfd_boolean bfd_sym_mkobject +extern bool bfd_sym_mkobject (bfd *); extern void bfd_sym_print_symbol (bfd *, void *, asymbol *, bfd_print_symbol_type); -extern bfd_boolean bfd_sym_valid +extern bool bfd_sym_valid (bfd *); extern unsigned char * bfd_sym_read_name_table (bfd *, bfd_sym_header_block *); |