]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/journal/journald-stream.h
fdaee9cc967f430b2930c05188d1d224546c2746
[thirdparty/systemd.git] / src / journal / journald-stream.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2011 Lennart Poettering
8 ***/
9
10 typedef struct StdoutStream StdoutStream;
11
12 #include "fdset.h"
13 #include "journald-server.h"
14
15 int server_open_stdout_socket(Server *s);
16 int server_restore_streams(Server *s, FDSet *fds);
17
18 void stdout_stream_free(StdoutStream *s);
19 void stdout_stream_send_notify(StdoutStream *s);