]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/journal/journald-wall.h
tree-wide: drop 'This file is part of systemd' blurb
[thirdparty/systemd.git] / src / journal / journald-wall.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
40b71e89
ST
2#pragma once
3
4/***
40b71e89 5 Copyright 2014 Sebastian Thorarensen
40b71e89
ST
6***/
7
8#include "journald-server.h"
9
3b3154df 10void server_forward_wall(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred);