xref: /original-bsd/usr.bin/passwd/extern.h (revision 49c4040e)
1*49c4040eSpendry /*
2*49c4040eSpendry  * Copyright (c) 1994
3*49c4040eSpendry  *	The Regents of the University of California.  All rights reserved.
4*49c4040eSpendry  *
5*49c4040eSpendry  * %sccs.include.redist.c%
6*49c4040eSpendry  *
7*49c4040eSpendry  *	@(#)extern.h	8.1 (Berkeley) 04/02/94
8*49c4040eSpendry  */
9*49c4040eSpendry 
10*49c4040eSpendry int	krb_passwd __P((void));
11*49c4040eSpendry int	local_passwd __P((char *));
12