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 06dc1ab..a11463e 100644 --- a/support/include/xlog.h +++ b/support/include/xlog.h @@ -41,6 +41,7 @@ void xlog_stderr(int on); void xlog_syslog(int on); void xlog_config(int fac, int on); void xlog_sconfig(char *, int on); +void xlog_from_conffile(char *); int xlog_enabled(int fac); void xlog(int fac, const char *fmt, ...); void xlog_warn(const char *fmt, ...); |