]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/journal/journald-wall.h
license: LGPL-2.1+ -> LGPL-2.1-or-later
[thirdparty/systemd.git] / src / journal / journald-wall.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
40b71e89
ST
2#pragma once
3
f2dc22b4
ZJS
4#include <sys/socket.h>
5
40b71e89
ST
6#include "journald-server.h"
7
3b3154df 8void server_forward_wall(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred);