(add_file_name): Declare function to be `static'.
authorJim Meyering <jim@meyering.net>
Sat, 17 Apr 2004 14:05:37 +0000 (14:05 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 17 Apr 2004 14:05:37 +0000 (14:05 +0000)
src/join.c

index 5fa1405..a804e59 100644 (file)
@@ -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)