diff options
author | SVN Migration <svn@php.net> | 2002-05-19 13:54:38 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-05-19 13:54:38 +0000 |
commit | 62e263f01ef567ae3926739f37d13cac17fe7739 (patch) | |
tree | 353ff240a432d453632dcad134524cbb9e0ea610 /win32/imap_sendmail.h | |
parent | e3490f1429d8f03c16d8cef7cd835c3fb2d5b43e (diff) | |
download | php-git-php-4.3.0dev-ZendEngine2.tar.gz |
This commit was manufactured by cvs2svn to create tagphp-4.3.0dev-ZendEngine2
'php_4_3_0_dev_ZendEngine2'.
Diffstat (limited to 'win32/imap_sendmail.h')
-rw-r--r-- | win32/imap_sendmail.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/win32/imap_sendmail.h b/win32/imap_sendmail.h deleted file mode 100644 index 7dd4028ccb..0000000000 --- a/win32/imap_sendmail.h +++ /dev/null @@ -1,11 +0,0 @@ -#if !defined(imap_sendmail_h) // Sentry, use file only if it's not already included. -#define imap_sendmail_h - -int imap_TSendMail(char *host, int *error, - char *headers, char *Subject, char *mailTo, char *data, char *mailCc, char *mailBcc, char *mailRPath); -int imap_SendText(char *RPath, char *Subject, char *mailTo, char *data, char *headers, char *mailCc, char *mailBcc); - -int imap_PostHeader(char *, char *, char *, char *, char *); - -extern char *GetSMErrorText(int index); -#endif |