]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/journal/journald-audit.h
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / src / journal / journald-audit.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
875c2e22
LP
2#pragma once
3
875c2e22 4#include "journald-server.h"
71d35b6b 5#include "socket-util.h"
875c2e22 6
0b97208d 7void 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);
875c2e22
LP
8
9int server_open_audit(Server*s);