]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/journal/journald-audit.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[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 8
090a20cf
EV
9void process_audit_string(Server *s, int type, const char *data, size_t size);
10
f2a3de01 11int server_open_audit(Server *s);