diff options
Diffstat (limited to 'win32/sendmail.c')
-rw-r--r-- | win32/sendmail.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/sendmail.c b/win32/sendmail.c index ed9736c1dd..c191e0f3aa 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -616,9 +616,6 @@ static int SendText(char *RPath, char *Subject, char *mailTo, char *mailCc, char return (res); } -//???PHPAPI zend_string *php_str_to_str(char *haystack, int length, char *needle, -//??? int needle_len, char *str, int str_len); - /* Escape \n. sequences * We use php_str_to_str() and not php_str_replace_in_subject(), since the latter * uses ZVAL as it's parameters */ |