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

index 2716ae3..5fa1405 100644 (file)
@@ -635,7 +635,7 @@ add_field (int file, size_t field)
    (the zero-based field number).  If it cannot be converted, give a
    diagnostic and exit.  */
 
-size_t
+static size_t
 string_to_join_field (char const *str, char const *err_msg_fmt)
 {
   size_t result;