]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/journal/journald-console.h
Merge pull request #28697 from 1awesomeJ/new_bsod
[thirdparty/systemd.git] / src / journal / journald-console.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include "journald-server.h"
5
6 void server_forward_console(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred);