]> granicus.if.org Git - php/commitdiff
name in proto should be name of real function, not alias
authorHartmut Holzgraefe <hholzgra@php.net>
Wed, 17 May 2000 17:54:54 +0000 (17:54 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Wed, 17 May 2000 17:54:54 +0000 (17:54 +0000)
ext/imap/php_imap.c

index 05a0057341c1d089161c9e01abac25add27284d6..c31c530a70a41f5848fd9da51d14231304c1fb54 100644 (file)
@@ -1576,7 +1576,7 @@ PHP_FUNCTION(imap_undelete)
 /* }}} */
 
 
-/* {{{ proto object imap_header(int stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]])
+/* {{{ proto object imap_headerinfo(int stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]])
    Read the headers of the message */
 PHP_FUNCTION(imap_headerinfo)
 {