Subject: Re: New Identd
To: None <tech-userlevel@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-userlevel
Date: 01/31/2004 03:47:23
In article <20040131025627.13EF423443@thoreau.thistledown.com.au>,
Simon Burge <simonb@wasabisystems.com> wrote:
>Christos Zoulas wrote:
>
>> Looks nice! A few comments:
>> 
>> [ ... ]
>> 6. All functions in there and globals should be static.
>
>Do we really need to do this?  There is only one .c file in this
>program, and it's certainly not common practice elsewhere in our
>source tree for single source file programs.

We kind of do, and it is good practice in case it grows another c file.

christos