diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2017-08-22 16:34:06 -0600 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2018-07-01 18:08:07 +0100 |
commit | 2475337bd8a0fad0dac03db3f5e7e9d331d53653 (patch) | |
tree | b63e4fb01f947716d1d0f0b99e2ef7e1d679126c /main/php_syslog.h | |
parent | 0c4f4481f59489c9de62489a396964e221ef793c (diff) | |
download | php-git-2475337bd8a0fad0dac03db3f5e7e9d331d53653.tar.gz |
Add syslog's ident and facility parameters to config
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
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 |