]> andersk Git - gssapi-openssh.git/blobdiff - openssh/monitor_wrap.h
http://www.sxw.org.uk/computing/patches/openssh-4.2p1-gsskex-20050926-2.patch
[gssapi-openssh.git] / openssh / monitor_wrap.h
index e5cf5718c492308d22d1f9e21fbc898c8555a9c4..310b425130c31ebe0c8787a5c9974cb2a9bde586 100644 (file)
@@ -74,6 +74,12 @@ int mm_sshpam_respond(void *, u_int, char **);
 void mm_sshpam_free_ctx(void *);
 #endif
 
+#ifdef SSH_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.03096 seconds and 4 git commands to generate.