diff options
Diffstat (limited to 'ext/standard/php3_crypt.h')
| -rw-r--r-- | ext/standard/php3_crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php3_crypt.h b/ext/standard/php3_crypt.h index 4885599ae0..1ae1d5f84b 100644 --- a/ext/standard/php3_crypt.h +++ b/ext/standard/php3_crypt.h @@ -5,7 +5,7 @@ extern php3_module_entry crypt_module_entry; #define crypt_module_ptr &crypt_module_entry PHP_FUNCTION(crypt); -extern int php_minit_crypt(INIT_FUNC_ARGS); +extern PHP_MINIT_FUNCTION(crypt); #else #define crypt_module_ptr NULL #endif |
