]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/libsystemd/sd-journal/journal-send.h
man: shorten unnecessarily long example
[thirdparty/systemd.git] / src / libsystemd / sd-journal / journal-send.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include <stdbool.h>
5
6 int journal_fd_nonblock(bool nonblock);
7 void close_journal_fd(void);