166577Spendry /*- 266577Spendry * Copyright (c) 1994 366577Spendry * The Regents of the University of California. All rights reserved. 466577Spendry * 566577Spendry * %sccs.include.redist.c% 666577Spendry * 7*66612Sbostic * @(#)pw_util.h 8.2 (Berkeley) 04/01/94 866577Spendry */ 966577Spendry 10*66612Sbostic void pw_edit __P((int)); 11*66612Sbostic void pw_error __P((char *, int, int)); 12*66612Sbostic void pw_init __P((void)); 13*66612Sbostic int pw_lock __P((void)); 14*66612Sbostic int pw_mkdb __P((void)); 15*66612Sbostic void pw_prompt __P((void)); 16*66612Sbostic int pw_tmp __P((void)); 17