]> granicus.if.org Git - php/commitdiff
proto fixes
authorAndrey Hristov <andrey@php.net>
Thu, 12 Jun 2003 11:55:01 +0000 (11:55 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 12 Jun 2003 11:55:01 +0000 (11:55 +0000)
ext/mcrypt/mcrypt.c

index f7a7ab6ba55606c4bcc8755af3da54d6ea96000e..b2ad9fcb08f8c9ec941fb01ee2fddddab40a8dff 100644 (file)
@@ -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)
 {