diff options
author | Egon Schmid <eschmid@php.net> | 2000-03-20 06:46:58 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-03-20 06:46:58 +0000 |
commit | 48fc7c447f9961fafa15aba0fbaeb91e3e5ec94b (patch) | |
tree | a357d3244a28311889b8a21fe8b6270d888eaab9 | |
parent | 7ef5212400f1ae4a151917428b8dbf3521323839 (diff) | |
download | php-git-48fc7c447f9961fafa15aba0fbaeb91e3e5ec94b.tar.gz |
Fixed a proto.
-rw-r--r-- | ext/imap/imap.c | 5 |
1 files changed, 2 insertions, 3 deletions
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; |