diff options
Diffstat (limited to 'ext/standard/php_crypt.h')
-rw-r--r-- | ext/standard/php_crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_crypt.h b/ext/standard/php_crypt.h index 1b93431cb5..94dbfb40f8 100644 --- a/ext/standard/php_crypt.h +++ b/ext/standard/php_crypt.h @@ -2,7 +2,7 @@ #define PHP_CRYPT_H #if HAVE_CRYPT -extern php3_module_entry crypt_module_entry; +extern zend_module_entry crypt_module_entry; #define crypt_module_ptr &crypt_module_entry PHP_FUNCTION(crypt); extern PHP_MINIT_FUNCTION(crypt); |