From 302165d6028d7a0458a6bb7a697020f6cc0d492d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 Dec 2002 08:54:01 +0000 Subject: [PATCH] (valid_options): Declare to be static. --- src/stty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.2