diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/syslog.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 |