xref: /original-bsd/usr.sbin/vipw/pw_util.h (revision f3f8e977)
1 /*-
2  * Copyright (c) 1994
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)pw_util.h	8.2 (Berkeley) 04/01/94
8  */
9 
10 void	pw_edit __P((int));
11 void	pw_error __P((char *, int, int));
12 void	pw_init __P((void));
13 int	pw_lock __P((void));
14 int	pw_mkdb __P((void));
15 void	pw_prompt __P((void));
16 int	pw_tmp __P((void));
17