diff options
-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)); |