]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/journal/journald-wall.h
Revert "Revert "sysctl: Enable ping(8) inside rootless Podman containers""
[thirdparty/systemd.git] / src / journal / journald-wall.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <sys/socket.h>
5
6 #include "journald-server.h"
7
8 void server_forward_wall(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred);