summaryrefslogtreecommitdiff
path: root/ld/pep-dll.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-01-08 16:16:37 +0000
committerNick Clifton <nickc@redhat.com>2007-01-08 16:16:37 +0000
commit033432d0f52da377e9a11293115e6653761b7227 (patch)
tree46a8725d4e7538d15b92f235a09d95231dc36487 /ld/pep-dll.h
parent916c46cb42b5e372154bfa0ae7dc593d3aef380b (diff)
* pep-dll.h (pep_bfd_is_dll): Add prototype.
Diffstat (limited to 'ld/pep-dll.h')
-rw-r--r--ld/pep-dll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/pep-dll.h b/ld/pep-dll.h
index bd1079868a..a5ebc264bf 100644
--- a/ld/pep-dll.h
+++ b/ld/pep-dll.h
@@ -49,5 +49,6 @@ extern void pep_exe_fill_sections (bfd *, struct bfd_link_info *);
extern void pep_walk_relocs_of_symbol
(struct bfd_link_info *, const char *, int (*) (arelent *, asection *));
extern void pep_create_import_fixup (arelent * rel, asection *, int);
+extern bfd_boolean pep_bfd_is_dll (bfd *);
#endif /* PEP_DLL_H */