summaryrefslogtreecommitdiff
path: root/auth-pam.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth-pam.h')
-rw-r--r--auth-pam.h2
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
6void start_pam(struct passwd *pw); 6void start_pam(const char *user);
7void finish_pam(void); 7void finish_pam(void);
8int auth_pam_password(struct passwd *pw, const char *password); 8int auth_pam_password(struct passwd *pw, const char *password);
9char **fetch_pam_environment(void); 9char **fetch_pam_environment(void);