summaryrefslogtreecommitdiff
path: root/lib/zlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zlog.h')
-rw-r--r--lib/zlog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/zlog.h b/lib/zlog.h
index 9d93979957..d19acef5c7 100644
--- a/lib/zlog.h
+++ b/lib/zlog.h
@@ -64,6 +64,8 @@ extern void vzlogx(const struct xref_logmsg *xref, int prio, const char *fmt,
va_list ap) PRINTFRR(3, 0);
#define vzlog(prio, ...) vzlogx(NULL, prio, __VA_ARGS__)
+extern void ezlog(int prio, const char *fmt, ...) PRINTFRR(2, 3);
+
PRINTFRR(2, 3)
static inline void zlog(int prio, const char *fmt, ...)
{