From: Jim Meyering Date: Sat, 17 Apr 2004 14:05:37 +0000 (+0000) Subject: (add_file_name): Declare function to be `static'. X-Git-Tag: COREUTILS-5_3_0~1757 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58127401f10d7d2e437ecea49d383fd10ace1ecb;p=platform%2Fupstream%2Fcoreutils.git (add_file_name): Declare function to be `static'. --- diff --git a/src/join.c b/src/join.c index 5fa1405..a804e59 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)