summaryrefslogtreecommitdiff
path: root/ext/standard/php_mail.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2000-03-06 20:37:11 +0000
committerStig Bakken <ssb@php.net>2000-03-06 20:37:11 +0000
commit99e0b36321236c1bcf9d60c1e3ed07050b55a20f (patch)
tree624ad6ac28695d278db7a783626e44177a7d3924 /ext/standard/php_mail.h
parent031808cd1b0f584b9c37af5fc7edecf63977da10 (diff)
downloadphp-git-99e0b36321236c1bcf9d60c1e3ed07050b55a20f.tar.gz
@Cleaned up extension namespace (Stig)
Cleaned up extension namespace, and changed ext/standard into one single extension.
Diffstat (limited to 'ext/standard/php_mail.h')
-rw-r--r--ext/standard/php_mail.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/standard/php_mail.h b/ext/standard/php_mail.h
index 0db81ba6e6..e897c6c83e 100644
--- a/ext/standard/php_mail.h
+++ b/ext/standard/php_mail.h
@@ -32,18 +32,13 @@
#ifndef _MAIL_H
#define _MAIL_H
+
#if HAVE_SENDMAIL
-extern zend_module_entry mail_module_entry;
-#define mail_module_ptr &mail_module_entry
PHP_FUNCTION(mail);
PHP_MINFO_FUNCTION(mail);
extern int php_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 */