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 310b42513..5e8d4bf5a 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h | |||
@@ -43,7 +43,7 @@ struct Authctxt; | |||
43 | int mm_is_monitor(void); | 43 | int mm_is_monitor(void); |
44 | DH *mm_choose_dh(int, int, int); | 44 | DH *mm_choose_dh(int, int, int); |
45 | int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int); | 45 | int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int); |
46 | void mm_inform_authserv(char *, char *); | 46 | void mm_inform_authserv(char *, char *, char *); |
47 | struct passwd *mm_getpwnamallow(const char *); | 47 | struct passwd *mm_getpwnamallow(const char *); |
48 | char *mm_auth2_read_banner(void); | 48 | char *mm_auth2_read_banner(void); |
49 | int mm_auth_password(struct Authctxt *, char *); | 49 | int mm_auth_password(struct Authctxt *, char *); |