]> andersk Git - openssh.git/blobdiff - monitor_wrap.h
- (dtucker) [Makefile.in auth.c auth.h auth1.c auth2.c loginrec.c monitor.c
[openssh.git] / monitor_wrap.h
index e5cf5718c492308d22d1f9e21fbc898c8555a9c4..7ed241aa88a2503ae358b703d9ea9cc0413b2e32 100644 (file)
@@ -74,6 +74,12 @@ int mm_sshpam_respond(void *, u_int, char **);
 void mm_sshpam_free_ctx(void *);
 #endif
 
+#ifdef AUDIT_EVENTS
+#include "audit.h"
+void mm_audit_event(ssh_audit_event_t);
+void mm_audit_run_command(const char *);
+#endif
+
 struct Session;
 void mm_terminate(void);
 int mm_pty_allocate(int *, int *, char *, int);
This page took 0.038943 seconds and 4 git commands to generate.