summaryrefslogtreecommitdiff
path: root/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'audit.c')
-rw-r--r--audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audit.c b/audit.c
index 33a04376..dd2f0355 100644
--- a/audit.c
+++ b/audit.c
@@ -131,7 +131,7 @@ audit_connection_from(const char *host, int port)
* events and what they mean).
*/
void
-audit_event(ssh_audit_event_t event)
+audit_event(struct ssh *ssh, ssh_audit_event_t event)
{
debug("audit event euid %d user %s event %d (%s)", geteuid(),
audit_username(), event, audit_event_lookup(event));