diff options
Diffstat (limited to 'ext/standard/php_crypt.h')
-rw-r--r-- | ext/standard/php_crypt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/php_crypt.h b/ext/standard/php_crypt.h index 4869ccf43e..b4b04bbd51 100644 --- a/ext/standard/php_crypt.h +++ b/ext/standard/php_crypt.h @@ -25,8 +25,8 @@ PHP_FUNCTION(crypt); #if HAVE_CRYPT -extern PHP_MINIT_FUNCTION(crypt); -extern PHP_RINIT_FUNCTION(crypt); +PHP_MINIT_FUNCTION(crypt); +PHP_RINIT_FUNCTION(crypt); #endif #endif |