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 4198607454fb..9fcea270faec 100644 --- a/auth-pam.h +++ b/auth-pam.h @@ -27,7 +27,7 @@ struct ssh; -void start_pam(Authctxt *); +void start_pam(struct ssh *); void finish_pam(void); u_int do_pam_account(void); void do_pam_session(struct ssh *); |