diff options
author | Andrey Hristov <andrey@php.net> | 2003-06-16 13:39:56 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2003-06-16 13:39:56 +0000 |
commit | 9e9bd915aaae0832b40caa59d86bcfab61597983 (patch) | |
tree | 5702b76d3157c9741968fc68493067153de3f6ce /ext/imap/php_imap.c | |
parent | 3e95de04a9bdf14909edbd983e31aceaf320c833 (diff) | |
download | php-git-9e9bd915aaae0832b40caa59d86bcfab61597983.tar.gz |
proto fix
Diffstat (limited to 'ext/imap/php_imap.c')
-rw-r--r-- | ext/imap/php_imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 6bf87b2b22..eb34655435 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -3326,7 +3326,7 @@ int _php_imap_mail(char *to, char *subject, char *message, char *headers, char * } /* }}} */ -/* {{{ proto int imap_mail(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]]) +/* {{{ proto bool imap_mail(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]]) Send an email message */ PHP_FUNCTION(imap_mail) { |