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 20671b2f6f..4885599ae0 100644 --- a/ext/standard/php3_crypt.h +++ b/ext/standard/php3_crypt.h @@ -4,7 +4,7 @@ #if HAVE_CRYPT extern php3_module_entry crypt_module_entry; #define crypt_module_ptr &crypt_module_entry -extern void php3_crypt(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(crypt); extern int php_minit_crypt(INIT_FUNC_ARGS); #else #define crypt_module_ptr NULL |