diff options
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r-- | monitor_wrap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h index 55be10b19..2170b1324 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h | |||
@@ -66,7 +66,7 @@ OM_uint32 mm_ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t, gss_buffer_t); | |||
66 | #endif | 66 | #endif |
67 | 67 | ||
68 | #ifdef USE_PAM | 68 | #ifdef USE_PAM |
69 | void mm_start_pam(char *); | 69 | void mm_start_pam(struct Authctxt *); |
70 | u_int mm_do_pam_account(void); | 70 | u_int mm_do_pam_account(void); |
71 | void *mm_sshpam_init_ctx(struct Authctxt *); | 71 | void *mm_sshpam_init_ctx(struct Authctxt *); |
72 | int mm_sshpam_query(void *, char **, char **, u_int *, char ***, u_int **); | 72 | int mm_sshpam_query(void *, char **, char **, u_int *, char ***, u_int **); |