From: Egon Schmid Date: Mon, 20 Mar 2000 06:46:58 +0000 (+0000) Subject: Fixed a proto. X-Git-Tag: PHP-4.0-RC1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48fc7c447f9961fafa15aba0fbaeb91e3e5ec94b;p=php Fixed a proto. --- diff --git a/ext/imap/imap.c b/ext/imap/imap.c index 0483316edf..3af6f2938c 100644 --- a/ext/imap/imap.c +++ b/ext/imap/imap.c @@ -3870,9 +3870,8 @@ void mm_fatal (char *str) { } -/* {{{ proto array mime_decode(string str) - Decode mime header element in accordance with RFC 2047 - return array of objects containing 'charset' encoding and decoded 'text' */ +/* {{{ proto array imap_mime_header_decode(string str) + Decode mime header element in accordance with RFC 2047 and return array of objects containing 'charset' encoding and decoded 'text' */ PHP_FUNCTION(imap_mime_header_decode) { zval **str,*myobject;