]> granicus.if.org Git - php/commitdiff
Fixed some protos.
authorEgon Schmid <eschmid@php.net>
Sun, 25 Nov 2001 18:51:00 +0000 (18:51 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 25 Nov 2001 18:51:00 +0000 (18:51 +0000)
ext/crack/crack.c

index 799489fc78a433f930de183689981b1e2836540e..a2cf58d978db47097473a053408304e27f1c031b 100644 (file)
@@ -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) {