diff options
Diffstat (limited to 'ext/standard/php_filestat.h')
-rw-r--r-- | ext/standard/php_filestat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index 05003fa807..33ab79a59d 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -61,7 +61,7 @@ PHP_FUNCTION(chmod); PHP_FUNCTION(touch); PHP_FUNCTION(clearstatcache); -extern php3_module_entry php3_filestat_module_entry; +extern zend_module_entry php3_filestat_module_entry; #define php3_filestat_module_ptr &php3_filestat_module_entry #define phpext_filestat_ptr php3_filestat_module_ptr |