summaryrefslogtreecommitdiff
path: root/src/basic/log.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-18 08:04:37 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-18 09:36:12 +0200
commit54225bd06a4e1486277639fd0c1518968f264b42 (patch)
tree98c1a34113a8464806e93e03b385c6e0a3c9ed08 /src/basic/log.h
parentcb7968de9b62d0210c8212f92d932930f99a7a0c (diff)
Prep v233.2: Mask unneeded functions and definitions in src/basic
Diffstat (limited to 'src/basic/log.h')
-rw-r--r--src/basic/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/log.h b/src/basic/log.h
index 8619301e1..560d5f56b 100644
--- a/src/basic/log.h
+++ b/src/basic/log.h
@@ -228,8 +228,8 @@ LogTarget log_target_from_string(const char *s) _pure_;
void log_received_signal(int level, const struct signalfd_siginfo *si);
void log_set_upgrade_syslog_to_journal(bool b);
-#endif // 0
void log_set_always_reopen_console(bool b);
+#endif // 0
int log_syntax_internal(
const char *unit,