1*66582Spendry /*- 2*66582Spendry * Copyright (c) 1994 3*66582Spendry * The Regents of the University of California. All rights reserved. 4*66582Spendry * 5*66582Spendry * %sccs.include.redist.c% 6*66582Spendry * 7*66582Spendry * @(#)pw_scan.h 8.1 (Berkeley) 04/01/94 8*66582Spendry */ 9*66582Spendry 10*66582Spendry extern int pw_scan __P((char *, struct passwd *)); 11