From cc936dc1a09d275915f82733611d7c0146846788 Mon Sep 17 00:00:00 2001 From: yaworsky Date: Fri, 16 Sep 2005 08:36:39 +0000 Subject: Modified for native win32. --- include/syslog.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/syslog.h') diff --git a/include/syslog.h b/include/syslog.h index 0883455..2dbf821 100644 --- a/include/syslog.h +++ b/include/syslog.h @@ -182,6 +182,14 @@ extern void syslog (int __pri, char *__fmt, ...); /* Generate a log message using FMT and using arguments pointed to by AP. */ extern void vsyslog (int __pri, char *__fmt, va_list __ap); +/* windows-specific; + set directory from where syslog.host must be read; + this file contains a single line with hostname and port of syslog daemon; + default is localhost:514 +*/ +extern const char* set_syslog_conf_dir( const char* dir ); + + #ifdef __cplusplus } #endif -- cgit v1.2.3