summaryrefslogtreecommitdiff
path: root/ext/standard/php_mail.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2000-06-09 15:42:50 +0000
committerSVN Migration <svn@php.net>2000-06-09 15:42:50 +0000
commit133d50b882e08187c803105493c5609088076ab5 (patch)
treee7fcf3106cad2ac7a449bfd2b96a25f5d9abc7af /ext/standard/php_mail.h
parent03e842ccb8fb54bb33e7430e584ed6c2b00b9856 (diff)
downloadphp-git-PRE_EIGHT_BYTE_ALLOC_PATCH.tar.gz
This commit was manufactured by cvs2svn to create tagPRE_EIGHT_BYTE_ALLOC_PATCH
'PRE_EIGHT_BYTE_ALLOC_PATCH'.
Diffstat (limited to 'ext/standard/php_mail.h')
-rw-r--r--ext/standard/php_mail.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/ext/standard/php_mail.h b/ext/standard/php_mail.h
deleted file mode 100644
index e897c6c83e..0000000000
--- a/ext/standard/php_mail.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- +----------------------------------------------------------------------+
- | PHP HTML Embedded Scripting Language Version 3.0 |
- +----------------------------------------------------------------------+
- | Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
- +----------------------------------------------------------------------+
- | This program is free software; you can redistribute it and/or modify |
- | it under the terms of one of the following licenses: |
- | |
- | A) the GNU General Public License as published by the Free Software |
- | Foundation; either version 2 of the License, or (at your option) |
- | any later version. |
- | |
- | B) the PHP License as published by the PHP Development Team and |
- | included in the distribution in the file: LICENSE |
- | |
- | This program is distributed in the hope that it will be useful, |
- | but WITHOUT ANY WARRANTY; without even the implied warranty of |
- | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
- | GNU General Public License for more details. |
- | |
- | You should have received a copy of both licenses referred to here. |
- | If you did not, or have any questions about PHP licensing, please |
- | contact core@php.net. |
- +----------------------------------------------------------------------+
- | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
- +----------------------------------------------------------------------+
- */
-
-
-/* $Id$ */
-
-#ifndef _MAIL_H
-#define _MAIL_H
-
-#if HAVE_SENDMAIL
-
-PHP_FUNCTION(mail);
-PHP_MINFO_FUNCTION(mail);
-extern int php_mail(char *to, char *subject, char *message, char *headers);
-
-#endif
-
-#endif /* _MAIL_H */