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 432953fbf..d2dad84aa 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h | |||
@@ -40,7 +40,8 @@ struct Authctxt; | |||
40 | int mm_is_monitor(void); | 40 | int mm_is_monitor(void); |
41 | DH *mm_choose_dh(int, int, int); | 41 | DH *mm_choose_dh(int, int, int); |
42 | int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int); | 42 | int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int); |
43 | void mm_inform_authserv(char *, char *); | 43 | void mm_inform_authserv(char *, char *, char *); |
44 | void mm_inform_authrole(char *); | ||
44 | struct passwd *mm_getpwnamallow(const char *); | 45 | struct passwd *mm_getpwnamallow(const char *); |
45 | char *mm_auth2_read_banner(void); | 46 | char *mm_auth2_read_banner(void); |
46 | int mm_auth_password(struct Authctxt *, char *); | 47 | int mm_auth_password(struct Authctxt *, char *); |