From: Andrey Hristov Date: Thu, 12 Jun 2003 12:37:03 +0000 (+0000) Subject: proto fixes X-Git-Tag: php-4.3.3RC1~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab037ed242da84b4e465f7e54a5726d6f459fd17;p=php proto fixes --- diff --git a/ext/crack/crack.c b/ext/crack/crack.c index 414079ed29..1d2e32420b 100644 --- a/ext/crack/crack.c +++ b/ext/crack/crack.c @@ -140,7 +140,7 @@ ZEND_MODULE_INFO_D(crack) DISPLAY_INI_ENTRIES(); } -/* {{{ proto string crack_opendict(string dictionary) +/* {{{ proto resource crack_opendict(string dictionary) Opens a new cracklib dictionary */ ZEND_FUNCTION(crack_opendict) { @@ -161,7 +161,7 @@ ZEND_FUNCTION(crack_opendict) } /* }}} */ -/* {{{ proto string crack_closedict([int link_identifier]) +/* {{{ proto bool crack_closedict([resource dictionary]) Closes an open cracklib dictionary */ ZEND_FUNCTION(crack_closedict) { @@ -194,7 +194,7 @@ ZEND_FUNCTION(crack_closedict) } /* }}} */ -/* {{{ proto string crack_check([int dictionary,] string password) +/* {{{ proto bool crack_check([resource dictionary,] string password) Performs an obscure check with the given password */ ZEND_FUNCTION(crack_check) {