]> granicus.if.org Git - php/commitdiff
MFB
authorSterling Hughes <sterling@php.net>
Fri, 7 Sep 2001 11:39:00 +0000 (11:39 +0000)
committerSterling Hughes <sterling@php.net>
Fri, 7 Sep 2001 11:39:00 +0000 (11:39 +0000)
ext/mcrypt/mcrypt.c

index e4427ac542d1e4ed5d2a24d17316d9873f7bf5cd..37eefe48467bc3da500c5f123cc6a1b1ae843763 100644 (file)
@@ -624,7 +624,8 @@ PHP_FUNCTION(mcrypt_enc_self_test)
 }
 /* }}} */
 
-
+/* {{{ proto bool mcrypt_module_close(resource td)
+   Free the descriptor td */
 PHP_FUNCTION(mcrypt_module_close)
 {
        zval **mcryptind;
@@ -635,7 +636,7 @@ PHP_FUNCTION(mcrypt_module_close)
        zend_list_delete (Z_LVAL_PP(mcryptind));
        RETURN_TRUE;
 }
-
+/* }}} */
 
 /* {{{ proto bool mcrypt_generic_end(resource td)
    This function terminates encrypt specified by the descriptor td */