summaryrefslogtreecommitdiffstats
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 ca261afe..68d44659 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -3,7 +3,7 @@
#include <pwd.h> /* For struct passwd */
-void start_pam(struct passwd *pw);
+void start_pam(const char *user);
void finish_pam(void);
int auth_pam_password(struct passwd *pw, const char *password);
char **fetch_pam_environment(void);