]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/journal/journald-audit.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / journal / journald-audit.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2014 Lennart Poettering
8 ***/
9
10 #include "journald-server.h"
11 #include "socket-util.h"
12
13 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);
14
15 int server_open_audit(Server*s);