diff options
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r-- | monitor_wrap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h index 485590c18..370b08e17 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h | |||
@@ -47,7 +47,8 @@ DH *mm_choose_dh(int, int, int); | |||
47 | #endif | 47 | #endif |
48 | int mm_sshkey_sign(struct ssh *, struct sshkey *, u_char **, size_t *, | 48 | int mm_sshkey_sign(struct ssh *, struct sshkey *, u_char **, size_t *, |
49 | const u_char *, size_t, const char *, const char *, u_int compat); | 49 | const u_char *, size_t, const char *, const char *, u_int compat); |
50 | void mm_inform_authserv(char *, char *); | 50 | void mm_inform_authserv(char *, char *, char *); |
51 | void mm_inform_authrole(char *); | ||
51 | struct passwd *mm_getpwnamallow(struct ssh *, const char *); | 52 | struct passwd *mm_getpwnamallow(struct ssh *, const char *); |
52 | char *mm_auth2_read_banner(void); | 53 | char *mm_auth2_read_banner(void); |
53 | int mm_auth_password(struct ssh *, char *); | 54 | int mm_auth_password(struct ssh *, char *); |