From f5619cc233860c641e2b68e767b1660aa2a342c1 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 24 Feb 2000 21:49:15 +0000 Subject: [PATCH] fix typo in previous delta --- ld/ldfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.7.4