summaryrefslogtreecommitdiff
path: root/ext/standard/php_mail.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-18 04:01:20 +0000
committerZeev Suraski <zeev@php.net>1999-12-18 04:01:20 +0000
commit3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1 (patch)
tree20bbcd96e0f6c1483c87a00273bcdc1ec94a097a /ext/standard/php_mail.h
parent8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2 (diff)
downloadphp-git-3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1.tar.gz
More php3_ annihilation
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