]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/journal/journald-audit.h
pkgconfig: define variables relative to ${prefix}/${rootprefix}/${sysconfdir}
[thirdparty/systemd.git] / src / journal / journald-audit.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "journald-server.h"
5 #include "socket-util.h"
6
7 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);
8
9 int server_open_audit(Server*s);