diff options
Diffstat (limited to 'usr.bin/ssh/log.h')
-rw-r--r-- | usr.bin/ssh/log.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/log.h b/usr.bin/ssh/log.h index fef04d0c3b8..7d74927e013 100644 --- a/usr.bin/ssh/log.h +++ b/usr.bin/ssh/log.h @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.21 2016/07/15 05:01:58 dtucker Exp $ */ +/* $OpenBSD: log.h,v 1.22 2017/05/17 01:24:17 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -46,7 +46,7 @@ typedef enum { typedef void (log_handler_fn)(LogLevel, const char *, void *); void log_init(char *, LogLevel, SyslogFacility, int); -void log_change_level(LogLevel); +int log_change_level(LogLevel); int log_is_on_stderr(void); void log_redirect_stderr_to(const char *); |