summaryrefslogtreecommitdiff
path: root/src/journal/journald-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/journald-stream.h')
-rw-r--r--src/journal/journald-stream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/journal/journald-stream.h b/src/journal/journald-stream.h
index 257dce45df..e3497f0ded 100644
--- a/src/journal/journald-stream.h
+++ b/src/journal/journald-stream.h
@@ -21,9 +21,13 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+typedef struct StdoutStream StdoutStream;
+
#include "fdset.h"
#include "journald-server.h"
int server_open_stdout_socket(Server *s);
int server_restore_streams(Server *s, FDSet *fds);
+
void stdout_stream_free(StdoutStream *s);
+void stdout_stream_send_notify(StdoutStream *s);