summaryrefslogtreecommitdiff
path: root/include/ntp_syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntp_syslog.h')
-rw-r--r--include/ntp_syslog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ntp_syslog.h b/include/ntp_syslog.h
index ecc6346796e8..76c638682055 100644
--- a/include/ntp_syslog.h
+++ b/include/ntp_syslog.h
@@ -83,4 +83,7 @@ do { \
msyslog msl_args; \
} while (FALSE)
+extern int change_iobufs(int how);
+/* how: 0->unbuffered, 1->linebuffer, 2->full */
+
#endif /* NTP_SYSLOG_H */