summaryrefslogtreecommitdiff
path: root/auth-pam.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth-pam.h')
-rw-r--r--auth-pam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-pam.h b/auth-pam.h
index c249b539..6b1f35ad 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -1,4 +1,4 @@
-/* $Id: auth-pam.h,v 1.11 2001/03/27 06:12:24 djm Exp $ */
+/* $Id: auth-pam.h,v 1.12 2002/04/04 19:02:28 stevesk Exp $ */
#include "includes.h"
#ifdef USE_PAM
@@ -7,7 +7,7 @@
void start_pam(const char *user);
void finish_pam(void);
-int auth_pam_password(struct passwd *pw, const char *password);
+int auth_pam_password(Authctxt *authctxt, const char *password);
char **fetch_pam_environment(void);
int do_pam_authenticate(int flags);
int do_pam_account(char *username, char *remote_user);