diff options
Diffstat (limited to 'binutils/bucomm.h')
-rw-r--r-- | binutils/bucomm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/bucomm.h b/binutils/bucomm.h index f1ae47f..78f6176 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -49,7 +49,7 @@ void list_supported_architectures (const char *, FILE *); int display_info (void); -void print_arelt_descr (FILE *, bfd *, bfd_boolean, bfd_boolean); +void print_arelt_descr (FILE *, bfd *, bool, bool); char *make_tempname (const char *, int *); char *make_tempdir (const char *); @@ -58,7 +58,7 @@ bfd_vma parse_vma (const char *, const char *); off_t get_file_size (const char *); -bfd_boolean is_valid_archive_path (char const *); +bool is_valid_archive_path (char const *); extern char *program_name; @@ -72,7 +72,7 @@ extern void print_version (const char *); extern void set_times (const char *, const struct stat *); extern int smart_rename (const char *, const char *, int, - struct stat *, bfd_boolean); + struct stat *, bool); /* In libiberty. */ |