From: Egon Schmid Date: Sun, 25 Nov 2001 18:51:00 +0000 (+0000) Subject: Fixed some protos. X-Git-Tag: ChangeLog~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15b5b127dad9496565c664acef4af19d9e545515;p=php Fixed some protos. --- diff --git a/ext/crack/crack.c b/ext/crack/crack.c index 799489fc78..a2cf58d978 100644 --- a/ext/crack/crack.c +++ b/ext/crack/crack.c @@ -187,7 +187,7 @@ ZEND_FUNCTION(crack_closedict) } /* }}} */ -/* {{{ proto string crack_check([int dictionary, ] string password) +/* {{{ proto string crack_check([int dictionary,] string password) Performs an obscure check with the given password */ ZEND_FUNCTION(crack_check) { @@ -240,8 +240,8 @@ ZEND_FUNCTION(crack_check) } /* }}} */ -/* {{{ proto string crack_getlastmessage() - Returns the message from the last obscure check. */ +/* {{{ proto string crack_getlastmessage(void) + Returns the message from the last obscure check */ ZEND_FUNCTION(crack_getlastmessage) { if (ZEND_NUM_ARGS() != 0) {