summaryrefslogtreecommitdiff
path: root/ext/standard/php_mail.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-08-08 17:53:52 +0000
committerMarcus Boerger <helly@php.net>2002-08-08 17:53:52 +0000
commit9cf0c30968b0c2f97ce8e9d478347d6c0a379225 (patch)
tree96c85c2f6e084f25977d7cf2177c95b6f1907b13 /ext/standard/php_mail.h
parent11fb07a360d0d4aae53b2f7ee2823645c5860fc3 (diff)
downloadphp-git-9cf0c30968b0c2f97ce8e9d478347d6c0a379225.tar.gz
those are allways defined -> fixes warning in basic_functions.c
Diffstat (limited to 'ext/standard/php_mail.h')
-rw-r--r--ext/standard/php_mail.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/standard/php_mail.h b/ext/standard/php_mail.h
index b96c85a936..ad8616c055 100644
--- a/ext/standard/php_mail.h
+++ b/ext/standard/php_mail.h
@@ -21,11 +21,12 @@
#ifndef PHP_MAIL_H
#define PHP_MAIL_H
+PHP_FUNCTION(mail);
+PHP_MINFO_FUNCTION(mail);
+
#if HAVE_SENDMAIL
-PHP_FUNCTION(mail);
PHP_FUNCTION(ezmlm_hash);
-PHP_MINFO_FUNCTION(mail);
PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_DC);
#endif