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

index b8e0f5e3278c877cd7f87a580331326f4d0a3901..11a476940db4c37afe103ba039569a6da316f8a9 100644 (file)
@@ -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)
 {