summaryrefslogtreecommitdiffstats
path: root/src/journal/journald-console.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/journald-console.h')
-rw-r--r--src/journal/journald-console.h6
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..0a26f9c
--- /dev/null
+++ b/src/journal/journald-console.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+#include "journald-server.h"
+
+void server_forward_console(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred);