=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/pwd.h,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/include/pwd.h 2014/05/16 21:28:15 1.23 --- src/include/pwd.h 2015/11/18 16:44:46 1.24 *************** *** 1,4 **** ! /* $OpenBSD: pwd.h,v 1.23 2014/05/16 21:28:15 tedu Exp $ */ /* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: pwd.h,v 1.24 2015/11/18 16:44:46 tedu Exp $ */ /* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */ /*- *************** *** 93,98 **** --- 93,100 ---- __BEGIN_DECLS struct passwd *getpwuid(uid_t); struct passwd *getpwnam(const char *); + struct passwd *getpwuid_shadow(uid_t); + struct passwd *getpwnam_shadow(const char *); int getpwnam_r(const char *, struct passwd *, char *, size_t, struct passwd **result); int getpwuid_r(uid_t uid, struct passwd *, char *buf, size_t buflen,