diff options
author | Sascha Schumann <sas@php.net> | 1999-04-25 21:49:01 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-04-25 21:49:01 +0000 |
commit | 77baa4ebb4c323fed71eec0844ec4bcf3f12524a (patch) | |
tree | d361b73593d35f6c7eea17423261b556ef2a638d /ext/mcrypt/php_mcrypt.h | |
parent | 12a76342edea418f1ffd5cba9ec78a4a9f2be349 (diff) | |
download | php-git-77baa4ebb4c323fed71eec0844ec4bcf3f12524a.tar.gz |
final change (?), add get_algorithms_name
Diffstat (limited to 'ext/mcrypt/php_mcrypt.h')
-rw-r--r-- | ext/mcrypt/php_mcrypt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h index 70331e3bba..97ca367b7d 100644 --- a/ext/mcrypt/php_mcrypt.h +++ b/ext/mcrypt/php_mcrypt.h @@ -10,6 +10,7 @@ PHP_FUNCTION(mcrypt_ecb); PHP_FUNCTION(mcrypt_cbc); PHP_FUNCTION(mcrypt_cfb); PHP_FUNCTION(mcrypt_ofb); +PHP_FUNCTION(mcrypt_get_algorithms_name); PHP_FUNCTION(mcrypt_get_block_size); PHP_FUNCTION(mcrypt_get_key_size); PHP_FUNCTION(mcrypt_create_iv); |