summaryrefslogtreecommitdiff
path: root/ext/standard/php3_mail.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php3_mail.h')
-rw-r--r--ext/standard/php3_mail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/php3_mail.h b/ext/standard/php3_mail.h
index 71ac97fe8f..cd2acabfaf 100644
--- a/ext/standard/php3_mail.h
+++ b/ext/standard/php3_mail.h
@@ -43,4 +43,7 @@ extern int _php3_mail(char *to, char *subject, char *message, char *headers);
#else
#define mail_module_ptr NULL
#endif
+
+#define phpext_mail_ptr mail_module_ptr
+
#endif /* _MAIL_H */