diff options
| author | Sterling Hughes <sterling@php.net> | 2002-04-04 20:11:11 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2002-04-04 20:11:11 +0000 |
| commit | c57f3c562d0f0345b2113363326ae2b26d0d0378 (patch) | |
| tree | f918928545d1b5f4a94e0cfb0d67d2fbc6858d41 /win32/syslog.h | |
| parent | 223e2e0bdb003aec710436f060a8a18c6cdf33db (diff) | |
| download | php-git-c57f3c562d0f0345b2113363326ae2b26d0d0378.tar.gz | |
non gpl implementation
Diffstat (limited to 'win32/syslog.h')
| -rw-r--r-- | win32/syslog.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/win32/syslog.h b/win32/syslog.h index ac2651e7e0..4e635cbcd0 100644 --- a/win32/syslog.h +++ b/win32/syslog.h @@ -1,16 +1,3 @@ -/* - * This header borrowed from Cygnus GNUwin32 project - * - * Modified for use with functions to map syslog - * calls to EventLog calls on the windows platform - * - * much of this is not used, but here for the sake of - * error free compilation. EventLogs will most likely - * not behave as syslog does, but may be useful anyway. - * much of what syslog does can be emulated here, but - * that will have to be done later. - */ - #ifndef SYSLOG_H #define SYSLOG_H #define WIN32_LEAN_AND_MEAN @@ -65,8 +52,6 @@ extern void closelog(void); extern void openlog(const char *, int, int); -/* setlogmask not implemented */ -/* extern int setlogmask (int); */ extern void syslog(int, const char *, ...); |
