From 3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 18 Dec 1999 04:01:20 +0000 Subject: More php3_ annihilation --- ext/standard/php_mail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/php_mail.h') diff --git a/ext/standard/php_mail.h b/ext/standard/php_mail.h index cd8ac30b5c..0db81ba6e6 100644 --- a/ext/standard/php_mail.h +++ b/ext/standard/php_mail.h @@ -38,7 +38,7 @@ extern zend_module_entry mail_module_entry; PHP_FUNCTION(mail); PHP_MINFO_FUNCTION(mail); -extern int _php3_mail(char *to, char *subject, char *message, char *headers); +extern int php_mail(char *to, char *subject, char *message, char *headers); #else #define mail_module_ptr NULL -- cgit v1.2.1