chiark / gitweb /
journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't have...
[elogind.git] / src / journal / journald-audit.h
index 29bff0716377273a4d54ad42d3b76b827f8e49e6..68cdfb3410a91ce5416feadc599e73197c66cc83 100644 (file)
@@ -24,6 +24,6 @@
 #include "socket-util.h"
 #include "journald-server.h"
 
-void server_process_audit_message(Server *s, const void *buffer, size_t buffer_size, const struct ucred *ucred, const struct timeval *tv, const union sockaddr_union *sa, socklen_t salen);
+void server_process_audit_message(Server *s, const void *buffer, size_t buffer_size, const struct ucred *ucred, const union sockaddr_union *sa, socklen_t salen);
 
 int server_open_audit(Server*s);