diff options
author | SVN Migration <svn@php.net> | 2002-02-03 20:42:11 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-02-03 20:42:11 +0000 |
commit | 3f4d2c4b7f8b693011c798b216864b851c78d4f0 (patch) | |
tree | 4ab02ad88854f08c97e416bbe488051c48ad69d0 /win32/imap_sendmail.h | |
parent | 493563652160eda6c935db127ae9310248f6719d (diff) | |
download | php-git-PRE_ISSET_PATCH.tar.gz |
This commit was manufactured by cvs2svn to create tag 'PRE_ISSET_PATCH'.PRE_ISSET_PATCH
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 |