diff options
Diffstat (limited to 'win32/syslog.h')
| -rw-r--r-- | win32/syslog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/syslog.h b/win32/syslog.h index 22239fb4e5..53fd3e6703 100644 --- a/win32/syslog.h +++ b/win32/syslog.h @@ -67,7 +67,7 @@ extern void closelog(void); extern void openlog(const char *, int, int); // setlogmask not implemented //extern int setlogmask (int); -extern void syslog(int, const char *,...); +extern void syslog(int, const char *, ...); #endif /* _SYS_LOG_H */ |
