xref: /original-bsd/usr.bin/chpass/pw_copy.h (revision e58c8952)
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_copy.h	8.1 (Berkeley) 04/02/94
8  */
9 
10 void	 pw_copy __P((int, int, struct passwd *));
11