summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r--monitor_wrap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h
index fe434d1e1..975ba0549 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -54,6 +54,10 @@ int mm_auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
54int mm_auth_rsa_verify_response(Key *, BIGNUM *, u_char *); 54int mm_auth_rsa_verify_response(Key *, BIGNUM *, u_char *);
55BIGNUM *mm_auth_rsa_generate_challenge(Key *); 55BIGNUM *mm_auth_rsa_generate_challenge(Key *);
56 56
57#ifdef USE_PAM
58void mm_start_pam(char *);
59#endif
60
57void mm_terminate(void); 61void mm_terminate(void);
58int mm_pty_allocate(int *, int *, char *, int); 62int mm_pty_allocate(int *, int *, char *, int);
59void mm_session_pty_cleanup2(void *); 63void mm_session_pty_cleanup2(void *);