From 9cf0c30968b0c2f97ce8e9d478347d6c0a379225 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 8 Aug 2002 17:53:52 +0000 Subject: [PATCH] those are allways defined -> fixes warning in basic_functions.c --- ext/standard/php_mail.h | 5 +++-- 1 file 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 -- 2.40.0