From: Jim Meyering Date: Wed, 18 Dec 2002 08:54:01 +0000 (+0000) Subject: (valid_options): Declare to be static. X-Git-Tag: v4.5.5~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=302165d6028d7a0458a6bb7a697020f6cc0d492d;p=thirdparty%2Fcoreutils.git (valid_options): Declare to be static. --- diff --git a/src/stty.c b/src/stty.c index fa1078d157..3ec6d33273 100644 --- a/src/stty.c +++ b/src/stty.c @@ -711,7 +711,7 @@ settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or\n\ } /* Return 1 if the string contains only valid options. */ -int +static int valid_options (char *opt, const char *valid_opts, const char *valid_arg_opts) {