diff options
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r-- | monitor_wrap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h index e5cf5718c..310b42513 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h | |||
@@ -74,6 +74,12 @@ int mm_sshpam_respond(void *, u_int, char **); | |||
74 | void mm_sshpam_free_ctx(void *); | 74 | void mm_sshpam_free_ctx(void *); |
75 | #endif | 75 | #endif |
76 | 76 | ||
77 | #ifdef SSH_AUDIT_EVENTS | ||
78 | #include "audit.h" | ||
79 | void mm_audit_event(ssh_audit_event_t); | ||
80 | void mm_audit_run_command(const char *); | ||
81 | #endif | ||
82 | |||
77 | struct Session; | 83 | struct Session; |
78 | void mm_terminate(void); | 84 | void mm_terminate(void); |
79 | int mm_pty_allocate(int *, int *, char *, int); | 85 | int mm_pty_allocate(int *, int *, char *, int); |