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