[PATCH] declare file-scoped globals "static"; use const, too

Pete Zaitcev zaitcev at redhat.com
Mon Oct 4 15:30:02 UTC 2010


On Mon, 04 Oct 2010 16:44:51 +0200
Jim Meyering <jim at meyering.net> wrote:

> This cleans up some scoping and const-correctness issues.

> -int
> +static int
>  validate_put (struct MHD_Connection *conn)
>  {
>  	const char	*mhdr;

Don't care about const but about time static happened.

-- Pete


More information about the iwhd-devel mailing list