diff options
Diffstat (limited to 'ext/standard/php_syslog.h')
-rw-r--r-- | ext/standard/php_syslog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_syslog.h b/ext/standard/php_syslog.h index 69dd4abb80..01a94eb6d3 100644 --- a/ext/standard/php_syslog.h +++ b/ext/standard/php_syslog.h @@ -32,7 +32,7 @@ #define _PHP_SYSLOG_H #if HAVE_SYSLOG_H -extern php3_module_entry syslog_module_entry; +extern zend_module_entry syslog_module_entry; #define syslog_module_ptr &syslog_module_entry extern PHP_MINIT_FUNCTION(syslog); |