diff options
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 54a7c0c..3621b55 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -621,7 +621,7 @@ typedef struct _bfd_window { extern void bfd_init_window PARAMS ((bfd_window *)); extern void bfd_free_window PARAMS ((bfd_window *)); extern boolean bfd_get_file_window - PARAMS ((bfd *, file_ptr, bfd_size_type, bfd_window *, int)); + PARAMS ((bfd *, file_ptr, bfd_size_type, bfd_window *, boolean)); /* XCOFF support routines for the linker. */ |