NetBSD/lib/libc/gen/pw_private.h
thorpej 43c06f3fa9 Fix a serious symbol collision problem introduced when pw_scan() was added
to libc.  Note, pw_scan() is NO LONGER exported from libc (it never should
have been, and we're just going to pretend like it never was).
1998-06-27 05:08:22 +00:00

9 lines
224 B
C

/* $NetBSD: pw_private.h,v 1.1 1998/06/27 05:08:22 thorpej 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));