diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
commit | 87a491d7b64f34a9692af3edc58151e9baa2e275 (patch) | |
tree | 023b2ac85e2f4ae8951fefe14ccc9c835cfe465a /win32/syslog.h | |
parent | c6ddfd4440ad412059e49dc69f9c7e98de57d65c (diff) | |
download | php-git-87a491d7b64f34a9692af3edc58151e9baa2e275.tar.gz |
C++ // comments are evil ...
Diffstat (limited to 'win32/syslog.h')
-rw-r--r-- | win32/syslog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/syslog.h b/win32/syslog.h index 53fd3e6703..420e44b913 100644 --- a/win32/syslog.h +++ b/win32/syslog.h @@ -65,8 +65,8 @@ extern void closelog(void); extern void openlog(const char *, int, int); -// setlogmask not implemented -//extern int setlogmask (int); +/* setlogmask not implemented */ +/* extern int setlogmask (int); */ extern void syslog(int, const char *, ...); |