diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-24 21:49:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-24 21:49:15 +0000 |
commit | f5619cc233860c641e2b68e767b1660aa2a342c1 (patch) | |
tree | d0b60a74458c038ba3f4f5571e226db5b9e7e3c0 /ld/ldfile.h | |
parent | 0f07afe1deb66e9ffe8bb0d6ae6dffed9a5e28f2 (diff) | |
download | gdb-f5619cc233860c641e2b68e767b1660aa2a342c1.zip gdb-f5619cc233860c641e2b68e767b1660aa2a342c1.tar.gz gdb-f5619cc233860c641e2b68e767b1660aa2a342c1.tar.bz2 |
fix typo in previous delta
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r-- | ld/ldfile.h | 2 |
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)); |