diff options
author | Andrey Hristov <andrey@php.net> | 2003-06-12 11:55:01 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2003-06-12 11:55:01 +0000 |
commit | 9c9b10f0475baa229baaeac97d7fe2d27d0b718c (patch) | |
tree | 187314ecdba32cbfa047f4db7e619a63690940b0 | |
parent | 5f4e664e8be7fcb8f4a5fda90247b1787cfb6881 (diff) | |
download | php-git-9c9b10f0475baa229baaeac97d7fe2d27d0b718c.tar.gz |
proto fixes
-rw-r--r-- | ext/mcrypt/mcrypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index f7a7ab6ba5..b2ad9fcb08 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -607,7 +607,7 @@ PHP_FUNCTION(mdecrypt_generic) /* }}} */ -/* {{{ proto int mcrypt_enc_get_supported_key_sizes(resource td) +/* {{{ proto array mcrypt_enc_get_supported_key_sizes(resource td) This function decrypts the crypttext */ PHP_FUNCTION(mcrypt_enc_get_supported_key_sizes) { @@ -917,7 +917,7 @@ PHP_FUNCTION(mcrypt_module_get_algo_key_size) /* }}} */ -/* {{{ proto int mcrypt_module_get_supported_key_sizes(string algorithm [, string lib_dir]) +/* {{{ proto array mcrypt_module_get_supported_key_sizes(string algorithm [, string lib_dir]) This function decrypts the crypttext */ PHP_FUNCTION(mcrypt_module_get_supported_key_sizes) { |