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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/pep-dll.h b/ld/pep-dll.h
index ae0dcbe..5d09658 100644
--- a/ld/pep-dll.h
+++ b/ld/pep-dll.h
@@ -36,10 +36,12 @@ extern int pep_dll_warn_dup_exports;
extern int pep_dll_compat_implib;
extern int pep_dll_extra_pe_debug;
+typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type;
+
extern void pep_dll_id_target (const char *);
-extern void pep_dll_add_excludes (const char *, const int);
+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 *);
+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 void pep_dll_build_sections (bfd *, struct bfd_link_info *);