From 38472b48d77bd9cf58aaf148774ad75c012cb3fa Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Thu, 6 Dec 2001 17:15:59 +0000 Subject: [PATCH] proto fix --- ext/standard/md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/md5.c b/ext/standard/md5.c index ecaccdde09..d59023ca3f 100644 --- a/ext/standard/md5.c +++ b/ext/standard/md5.c @@ -63,7 +63,7 @@ PHP_NAMED_FUNCTION(php_if_md5) } /* }}} */ -/* {{{ proto string md5sum(string filename) +/* {{{ proto string md5_file(string filename) Calculate the md5 hash of given filename */ PHP_NAMED_FUNCTION(php_if_md5_file) { -- 2.50.1