diff options
author | Colin Watson <cjwatson@debian.org> | 2005-05-25 11:01:01 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-05-25 11:01:01 +0000 |
commit | e88de75a1a236779a10e8ccbcc51d25308be8840 (patch) | |
tree | 7495477a2a7d0cac17a9fcded020b6ea816182ef /monitor_wrap.h | |
parent | 30a0f9443782cd9d7308acd09430bf586186aa55 (diff) | |
parent | 5d05471f6657646d1d6500c7c43134462c407ee6 (diff) |
Merge 4.0p1 to the trunk.
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); |