From 58127401f10d7d2e437ecea49d383fd10ace1ecb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 17 Apr 2004 14:05:37 +0000 Subject: [PATCH] (add_file_name): Declare function to be `static'. --- src/join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/join.c b/src/join.c index 5fa1405452..a804e5943c 100644 --- a/src/join.c +++ b/src/join.c @@ -731,7 +731,7 @@ add_field_list (char *str) /* Add NAME to the array of input file NAMES; currently there are *NFILES names in the list. */ -void +static void add_file_name (char const *name, char const *names[2], int *nfiles) { if (*nfiles == 2) -- 2.47.2