minix/lib/nbsd_libc/gen/pw_private.h
Gianluca Guida b6cbf7203b Import unmodified NetBSD libc in trunk
This patch imports the unmodified current version of NetBSD libc.
The NetBSD includes are in /nbsd_include, while the libc code itself is 
split between lib/nbsd_libc and common/lib/libc.
2011-02-14 19:36:03 +00:00

9 lines
221 B
C

/* $NetBSD: pw_private.h,v 1.2 2003/07/26 19:24:43 salo Exp $ */
/*
* Written by Jason R. Thorpe <thorpej@NetBSD.org>, June 26, 1998.
* Public domain.
*/
int __pw_scan __P((char *bp, struct passwd *pw, int *flags));