From e683e7643997118ac51b18c073a6aba410c0cc3c Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Thu, 4 Apr 2002 19:02:28 +0000 Subject: - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm. --- auth-sia.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth-sia.h') diff --git a/auth-sia.h b/auth-sia.h index eaa93332..4ae8d899 100644 --- a/auth-sia.h +++ b/auth-sia.h @@ -2,7 +2,7 @@ #ifdef HAVE_OSF_SIA -int auth_sia_password(char *user, char *pass); +int auth_sia_password(Authctxt *authctxt, char *pass); void session_setup_sia(char *user, char *tty); #endif /* HAVE_OSF_SIA */ -- cgit v1.2.1