From: Andrey Hristov Date: Thu, 12 Jun 2003 12:00:20 +0000 (+0000) Subject: proto fixes X-Git-Tag: RELEASE_1_0_2~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8e59bb336d3c855f1ed3eeb24ca30598a241dbe;p=php proto fixes --- diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index b8e0f5e327..11a476940d 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -532,7 +532,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) { @@ -783,7 +783,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) {