summaryrefslogtreecommitdiff
path: root/ext/standard/php_mail.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_mail.h')
-rw-r--r--ext/standard/php_mail.h2
1 files changed, 1 insertions, 1 deletions
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