diff options
Diffstat (limited to 'main/php_syslog.h')
-rw-r--r-- | main/php_syslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_syslog.h b/main/php_syslog.h index 8837bd3880..28cfe171cd 100644 --- a/main/php_syslog.h +++ b/main/php_syslog.h @@ -34,6 +34,7 @@ BEGIN_EXTERN_C() PHPAPI void php_syslog(int, const char *format, ...); +PHPAPI void php_openlog(const char *, int, int); END_EXTERN_C() #endif |