aboutsummaryrefslogtreecommitdiff
path: root/ld/ldfile.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-02-24 21:49:15 +0000
committerNick Clifton <nickc@redhat.com>2000-02-24 21:49:15 +0000
commitf5619cc233860c641e2b68e767b1660aa2a342c1 (patch)
treed0b60a74458c038ba3f4f5571e226db5b9e7e3c0 /ld/ldfile.h
parent0f07afe1deb66e9ffe8bb0d6ae6dffed9a5e28f2 (diff)
downloadfsf-binutils-gdb-f5619cc233860c641e2b68e767b1660aa2a342c1.zip
fsf-binutils-gdb-f5619cc233860c641e2b68e767b1660aa2a342c1.tar.gz
fsf-binutils-gdb-f5619cc233860c641e2b68e767b1660aa2a342c1.tar.bz2
fix typo in previous delta
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r--ld/ldfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldfile.h b/ld/ldfile.h
index d00ed28..9c9a4d6 100644
--- a/ld/ldfile.h
+++ b/ld/ldfile.h
@@ -52,5 +52,5 @@ extern FILE *ldfile_find_command_file
PARAMS ((const char *name, const char *extend));
extern void ldfile_set_output_arch PARAMS ((CONST char *));
extern boolean ldfile_open_file_search
- PARAMS ((const char *arch, lang_input_statement_type *,
+ PARAMS ((const char *arch, struct lang_input_statement_struct *,
const char *lib, const char *suffix));