xref: /netbsd-src/lib/libc/gen/pw_private.h (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
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