]> granicus.if.org Git - php/commitdiff
proto fix
authorAndrey Hristov <andrey@php.net>
Mon, 16 Jun 2003 13:39:56 +0000 (13:39 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 16 Jun 2003 13:39:56 +0000 (13:39 +0000)
ext/imap/php_imap.c

index 6bf87b2b2242f12f357bf5d292cc8fbac35ff985..eb346554351f42b96aa59227d024c67454c6e324 100644 (file)
@@ -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)
 {