xref: /original-bsd/usr.sbin/vipw/pw_util.h (revision 809cbf43)
152a50866Spendry /*-
252a50866Spendry  * Copyright (c) 1994
352a50866Spendry  *	The Regents of the University of California.  All rights reserved.
452a50866Spendry  *
552a50866Spendry  * %sccs.include.redist.c%
652a50866Spendry  *
7*809cbf43Sbostic  *	@(#)pw_util.h	8.2 (Berkeley) 04/01/94
852a50866Spendry  */
952a50866Spendry 
10*809cbf43Sbostic void	pw_edit __P((int));
11*809cbf43Sbostic void	pw_error __P((char *, int, int));
12*809cbf43Sbostic void	pw_init __P((void));
13*809cbf43Sbostic int	pw_lock __P((void));
14*809cbf43Sbostic int	pw_mkdb __P((void));
15*809cbf43Sbostic void	pw_prompt __P((void));
16*809cbf43Sbostic int	pw_tmp __P((void));
17