diff options
| author | Zeev Suraski <zeev@php.net> | 1999-12-17 20:55:32 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-12-17 20:55:32 +0000 |
| commit | 2d0b84ee3021e171007fe2f35043c012580483cf (patch) | |
| tree | a107ab723fcd73e97f32bc070ab3da150f5b3562 /ext/standard/md5.h | |
| parent | fb1c77bd4f8a636ba47d720f8ca65fc6baae836d (diff) | |
| download | php-git-2d0b84ee3021e171007fe2f35043c012580483cf.tar.gz | |
More work on php3_ annihilation...
Diffstat (limited to 'ext/standard/md5.h')
| -rw-r--r-- | ext/standard/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/md5.h b/ext/standard/md5.h index 47ce03682e..f754590748 100644 --- a/ext/standard/md5.h +++ b/ext/standard/md5.h @@ -66,6 +66,6 @@ void PHP3_MD5Init PROTO_LIST((PHP3_MD5_CTX *)); void PHP3_MD5Update PROTO_LIST((PHP3_MD5_CTX *, const unsigned char *, unsigned int)); void PHP3_MD5Final PROTO_LIST((unsigned char[16], PHP3_MD5_CTX *)); -PHP_FUNCTION(md5); +PHP_NAMED_FUNCTION(php_if_md5); #endif |
