=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/bsd_auth.h,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/include/bsd_auth.h 2014/04/21 11:27:34 1.10 --- src/include/bsd_auth.h 2017/03/09 10:13:03 1.11 *************** *** 1,4 **** ! /* $OpenBSD: bsd_auth.h,v 1.10 2014/04/21 11:27:34 guenther Exp $ */ /*- * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: bsd_auth.h,v 1.11 2017/03/09 10:13:03 fcambus Exp $ */ /*- * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. *************** *** 85,91 **** int auth_setdata(auth_session_t *, void *, size_t); int auth_setoption(auth_session_t *, char *, char *); ! int auth_setpwd(auth_session_t *, struct passwd *pwd); void auth_set_va_list(auth_session_t *, __va_list); struct passwd *auth_getpwd(auth_session_t *); --- 85,91 ---- int auth_setdata(auth_session_t *, void *, size_t); int auth_setoption(auth_session_t *, char *, char *); ! int auth_setpwd(auth_session_t *, struct passwd *); void auth_set_va_list(auth_session_t *, __va_list); struct passwd *auth_getpwd(auth_session_t *);