xref: /netbsd-src/lib/libc/gen/pw_private.h (revision 627f7eb200a4419d89b531d55fccd2ee3ffdcde0)
1 /*	$NetBSD: pw_private.h,v 1.3 2012/03/20 16:36:05 matt Exp $	*/
2 
3 /*
4  * Written by Jason R. Thorpe <thorpej@NetBSD.org>, June 26, 1998.
5  * Public domain.
6  */
7 
8 int	__pw_scan(char *bp, struct passwd *pw, int *flags);
9