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 918bcbdf1c..cd8ac30b5c 100644
--- a/ext/standard/php_mail.h
+++ b/ext/standard/php_mail.h
@@ -33,7 +33,7 @@
#ifndef _MAIL_H
#define _MAIL_H
#if HAVE_SENDMAIL
-extern php3_module_entry mail_module_entry;
+extern zend_module_entry mail_module_entry;
#define mail_module_ptr &mail_module_entry
PHP_FUNCTION(mail);