summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r--monitor_wrap.h2
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;
43int mm_is_monitor(void); 43int mm_is_monitor(void);
44DH *mm_choose_dh(int, int, int); 44DH *mm_choose_dh(int, int, int);
45int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int); 45int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int);
46void mm_inform_authserv(char *, char *); 46void mm_inform_authserv(char *, char *, char *);
47struct passwd *mm_getpwnamallow(const char *); 47struct passwd *mm_getpwnamallow(const char *);
48char *mm_auth2_read_banner(void); 48char *mm_auth2_read_banner(void);
49int mm_auth_password(struct Authctxt *, char *); 49int mm_auth_password(struct Authctxt *, char *);