diff options
Diffstat (limited to 'auth-pam.h')
-rw-r--r-- | auth-pam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/auth-pam.h b/auth-pam.h index 7881b6b80..5df65caa3 100644 --- a/auth-pam.h +++ b/auth-pam.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: auth-pam.h,v 1.16 2002/07/23 00:44:07 stevesk Exp $ */ | 1 | /* $Id: auth-pam.h,v 1.17 2003/05/10 09:28:02 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Damien Miller. All rights reserved. | 4 | * Copyright (c) 2000 Damien Miller. All rights reserved. |
@@ -37,8 +37,8 @@ int auth_pam_password(Authctxt *authctxt, const char *password); | |||
37 | char **fetch_pam_environment(void); | 37 | char **fetch_pam_environment(void); |
38 | void free_pam_environment(char **env); | 38 | void free_pam_environment(char **env); |
39 | int do_pam_authenticate(int flags); | 39 | int do_pam_authenticate(int flags); |
40 | int do_pam_account(char *username, char *remote_user); | 40 | int do_pam_account(const char *user, const char *ruser); |
41 | void do_pam_session(char *username, const char *ttyname); | 41 | void do_pam_session(const char *user, const char *tty); |
42 | void do_pam_setcred(int init); | 42 | void do_pam_setcred(int init); |
43 | void print_pam_messages(void); | 43 | void print_pam_messages(void); |
44 | int is_pam_password_change_required(void); | 44 | int is_pam_password_change_required(void); |