]> granicus.if.org Git - php/commitdiff
Fixed a proto.
authorEgon Schmid <eschmid@php.net>
Mon, 20 Mar 2000 06:46:58 +0000 (06:46 +0000)
committerEgon Schmid <eschmid@php.net>
Mon, 20 Mar 2000 06:46:58 +0000 (06:46 +0000)
ext/imap/imap.c

index 0483316edfddb2c3eb64e0fa36beb4fc2a473d36..3af6f2938c765f66f6f20fd0336dbf3125699e1f 100644 (file)
@@ -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;