diff options
Diffstat (limited to 'src/journal/journald-console.h')
-rw-r--r-- | src/journal/journald-console.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/journal/journald-console.h b/src/journal/journald-console.h new file mode 100644 index 0000000..3def00a --- /dev/null +++ b/src/journal/journald-console.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: LGPL-2.1+ */ +#pragma once + +#include "journald-server.h" + +void server_forward_console(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred); |