]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/journal/journald-audit.h
df41f8143553dac28451daa509df393a0bbf9603
[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 void process_audit_string(Server *s, int type, const char *data, size_t size);
10
11 int server_open_audit(Server *s);