summaryrefslogtreecommitdiff
path: root/lib/systemd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systemd.h')
-rw-r--r--lib/systemd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/systemd.h b/lib/systemd.h
index 1933f4f688..b9290930d7 100644
--- a/lib/systemd.h
+++ b/lib/systemd.h
@@ -23,6 +23,10 @@
extern "C" {
#endif
+/* fd 1/2 connected to journald? */
+extern bool sd_stdout_is_journal;
+extern bool sd_stderr_is_journal;
+
/*
* Wrapper functions to systemd calls.
*