diff options
Diffstat (limited to 'auth-pam.h')
-rw-r--r-- | auth-pam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-pam.h b/auth-pam.h index ca261afeb..68d446592 100644 --- a/auth-pam.h +++ b/auth-pam.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #include <pwd.h> /* For struct passwd */ | 4 | #include <pwd.h> /* For struct passwd */ |
5 | 5 | ||
6 | void start_pam(struct passwd *pw); | 6 | void start_pam(const char *user); |
7 | void finish_pam(void); | 7 | void finish_pam(void); |
8 | int auth_pam_password(struct passwd *pw, const char *password); | 8 | int auth_pam_password(struct passwd *pw, const char *password); |
9 | char **fetch_pam_environment(void); | 9 | char **fetch_pam_environment(void); |