diff options
Diffstat (limited to 'ext/standard/php_crypt.h')
| -rw-r--r-- | ext/standard/php_crypt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/php_crypt.h b/ext/standard/php_crypt.h index 38410c9d20..a7eabbdd66 100644 --- a/ext/standard/php_crypt.h +++ b/ext/standard/php_crypt.h @@ -1,7 +1,5 @@ /* +----------------------------------------------------------------------+ - | PHP Version 7 | - +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | @@ -22,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); |
