diff options
Diffstat (limited to 'ext/standard/php_crypt.h')
| -rw-r--r-- | ext/standard/php_crypt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/php_crypt.h b/ext/standard/php_crypt.h index d3ee90ee84..a7eabbdd66 100644 --- a/ext/standard/php_crypt.h +++ b/ext/standard/php_crypt.h @@ -20,7 +20,6 @@ #define PHP_CRYPT_H PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, zend_bool quiet); -PHP_FUNCTION(crypt); PHP_MINIT_FUNCTION(crypt); PHP_MSHUTDOWN_FUNCTION(crypt); PHP_RINIT_FUNCTION(crypt); |
