aboutsummaryrefslogtreecommitdiff
path: root/ld/pep-dll.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/pep-dll.h')
-rw-r--r--ld/pep-dll.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/pep-dll.h b/ld/pep-dll.h
index 67f26c5..943637b 100644
--- a/ld/pep-dll.h
+++ b/ld/pep-dll.h
@@ -48,7 +48,7 @@ extern void pep_dll_add_excludes (const char *, const exclude_type);
extern void pep_dll_generate_def_file (const char *);
extern void pep_dll_generate_implib (def_file *, const char *, struct bfd_link_info *);
extern void pep_process_import_defs (bfd *, struct bfd_link_info *);
-extern bfd_boolean pep_implied_import_dll (const char *);
+extern bool pep_implied_import_dll (const char *);
extern void pep_dll_build_sections (bfd *, struct bfd_link_info *);
extern void pep_exe_build_sections (bfd *, struct bfd_link_info *);
extern void pep_dll_fill_sections (bfd *, struct bfd_link_info *);
@@ -58,7 +58,7 @@ extern void pep_find_data_imports (const char *,
const char *));
extern void pep_create_import_fixup (arelent * rel, asection *, bfd_vma,
char *, const char *);
-extern bfd_boolean pep_bfd_is_dll (bfd *);
+extern bool pep_bfd_is_dll (bfd *);
extern void pep_output_file_set_long_section_names (bfd *);
#endif /* PEP_DLL_H */