summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-05-17 17:54:54 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-05-17 17:54:54 +0000
commit44845ea24be81d0fb20093bb45ad2d4159f49601 (patch)
treeab8776f772a21db8e222cb389c5f0234373f87d6 /ext/imap/php_imap.c
parent760a17729e0709288f31dc6689a1576269c8e746 (diff)
downloadphp-git-44845ea24be81d0fb20093bb45ad2d4159f49601.tar.gz
name in proto should be name of real function, not alias
Diffstat (limited to 'ext/imap/php_imap.c')
-rw-r--r--ext/imap/php_imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c
index 05a0057341..c31c530a70 100644
--- a/ext/imap/php_imap.c
+++ b/ext/imap/php_imap.c
@@ -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)
{