Subject: Re: CVS commit: basesrc
To: Simon Burge <simonb@netbsd.org>
From: Dante Profeta <dante@mclink.it>
List: source-changes
Date: 05/29/2000 15:59:46
Simon Burge wrote:
>
> Dante Profeta wrote:
[...]
> > Add a comment to note that removelist() and renamelist() are used by catman(8)
>
> Or better to move these two functions into usr.sbin/catman/catman.c?
I think removelist() and renamelist() are appropriate in usr.bin/man/config.c
because they deal only w/ the structure defined in usr.bin/man/config.h and are
only instanced by catman.c which doesn't have and shouldn't have any knowledge
of their implementation.
A possible solution could be having catman own config.{c,h} but these files
would be ~90% redundant.
--
Dante_