From 17d06b64d0229ef6dcf8e8132f45b886e26ab954 Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Fri, 23 Sep 2016 13:40:19 -0400 Subject: log.h: restore vzlog extern --- lib/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/log.h b/lib/log.h index 31bf2b67c..cb8fac78c 100644 --- a/lib/log.h +++ b/lib/log.h @@ -123,6 +123,8 @@ extern void zlog_info (const char *format, ...) PRINTF_ATTRIBUTE(1, 2); extern void zlog_notice (const char *format, ...) PRINTF_ATTRIBUTE(1, 2); extern void zlog_debug (const char *format, ...) PRINTF_ATTRIBUTE(1, 2); +extern void vzlog (struct zlog *, int , const char *, va_list ); + extern void zlog_thread_info (int log_level); /* Set logging level for the given destination. If the log_level -- cgit v1.2.3