[patch iwhd 2/2] add static to parse_config_inner

Jim Meyering jim at meyering.net
Sat Oct 16 06:45:53 UTC 2010


Pete Zaitcev wrote:
> This suppresses a warning about missing prototype.

ACK.  Thanks.  Those are always welcome.
For a change like that, a simple "pushed-FYI" message is fine.

> diff --git a/setup.c b/setup.c
> index 27146ee..6a76506 100644
> --- a/setup.c
> +++ b/setup.c
> @@ -272,7 +272,7 @@ convert_provider (int i, provider_t *out)
>  	return 1;
>  }
>
> -const char *
> +static const char *
>  parse_config_inner (void)
>  {
>  	unsigned int	 nservers;


More information about the iwhd-devel mailing list