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