summaryrefslogtreecommitdiffstats
path: root/src/journal/journald-socket.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/journal/journald-socket.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/journal/journald-socket.h b/src/journal/journald-socket.h
new file mode 100644
index 0000000..2373953
--- /dev/null
+++ b/src/journal/journald-socket.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+#include "journald-server.h"
+#include "socket-util.h"
+
+int server_forward_socket(Server *s, const struct iovec *iovec, size_t n, const dual_timestamp *ts, int priority);