From c4198a70c7f56d54ec13a8e63e0f03bb8ad51d5d Mon Sep 17 00:00:00 2001 From: charnier Date: Fri, 10 Oct 1997 06:23:42 +0000 Subject: Use err(3) instead of local redefinition. Add rcsid string. --- usr.sbin/pw/pw.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/pw/pw.h') diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h index 4383a11..b52891a 100644 --- a/usr.sbin/pw/pw.h +++ b/usr.sbin/pw/pw.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: pw.h,v 1.6 1997/02/22 16:12:27 peter Exp $ */ #include @@ -98,7 +98,6 @@ struct userconf *read_userconfig(char const * file); int write_userconfig(char const * file); struct carg *addarg(struct cargs * _args, int ch, char *argstr); struct carg *getarg(struct cargs * _args, int ch); -void cmderr(int ec, char const * fmt,...); int pw_user(struct userconf * cnf, int mode, struct cargs * _args); int pw_group(struct userconf * cnf, int mode, struct cargs * _args); -- cgit v1.1