summaryrefslogtreecommitdiff
path: root/ext/standard/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/md5.c')
-rw-r--r--ext/standard/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/md5.c b/ext/standard/md5.c
index 2aff1c07a4..67ec4601db 100644
--- a/ext/standard/md5.c
+++ b/ext/standard/md5.c
@@ -38,7 +38,7 @@
/* {{{ proto string md5(string str)
Calculate the md5 hash of a string */
-void php3_md5(INTERNAL_FUNCTION_PARAMETERS)
+PHP_FUNCTION(md5)
{
pval *arg;
char md5str[33];