diff options
Diffstat (limited to 'auth-pam.h')
-rw-r--r-- | auth-pam.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/auth-pam.h b/auth-pam.h index c47b442e4..419860745 100644 --- a/auth-pam.h +++ b/auth-pam.h | |||
@@ -25,10 +25,12 @@ | |||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | #ifdef USE_PAM | 26 | #ifdef USE_PAM |
27 | 27 | ||
28 | struct ssh; | ||
29 | |||
28 | void start_pam(Authctxt *); | 30 | void start_pam(Authctxt *); |
29 | void finish_pam(void); | 31 | void finish_pam(void); |
30 | u_int do_pam_account(void); | 32 | u_int do_pam_account(void); |
31 | void do_pam_session(void); | 33 | void do_pam_session(struct ssh *); |
32 | void do_pam_setcred(int ); | 34 | void do_pam_setcred(int ); |
33 | void do_pam_chauthtok(void); | 35 | void do_pam_chauthtok(void); |
34 | int do_pam_putenv(char *, char *); | 36 | int do_pam_putenv(char *, char *); |