summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/imap/imap.c5
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;