From: Jim Meyering Date: Sun, 5 Nov 1995 16:58:15 +0000 (+0000) Subject: (join): Protoize. Somehow, protoize missed this one. X-Git-Tag: TEXTUTILS-1_13F~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82eae6c9b5597645e1983248137c6bf15aae1911;p=thirdparty%2Fcoreutils.git (join): Protoize. Somehow, protoize missed this one. --- diff --git a/src/join.c b/src/join.c index 9054e5e830..b674c96997 100644 --- a/src/join.c +++ b/src/join.c @@ -483,9 +483,7 @@ prjoin (struct line *line1, struct line *line2) /* Print the join of the files in FP1 and FP2. */ static void -join (fp1, fp2) - FILE *fp1; - FILE *fp2; +join (FILE *fp1, FILE *fp2) { struct seq seq1, seq2; struct line line;