summaryrefslogtreecommitdiff
path: root/src/journal/journald-audit.h
blob: 57bb1711c96c24a3d85e72d04cb5bbc850a1e966 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

#include "journald-server.h"
#include "socket-util.h"

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);

int server_open_audit(Server*s);