diff options
Diffstat (limited to 'support/include/xlog.h')
-rw-r--r-- | support/include/xlog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/include/xlog.h b/support/include/xlog.h index fd34ec2..06dc1ab 100644 --- a/support/include/xlog.h +++ b/support/include/xlog.h @@ -45,6 +45,7 @@ int xlog_enabled(int fac); void xlog(int fac, const char *fmt, ...); void xlog_warn(const char *fmt, ...); void xlog_err(const char *fmt, ...); +void xlog_errno(int err, const char *fmt, ...); void xlog_backend(int fac, const char *fmt, va_list args); #endif /* XLOG_H */ |