summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-06-18 16:31:52 +0000
committerEgon Schmid <eschmid@php.net>2000-06-18 16:31:52 +0000
commit6e815b76eabaddd4a8e91e2577d6a8d83f7143b4 (patch)
tree5f130b129a5ee334206742849227dd3565ea7ac5 /ext/imap/php_imap.c
parent153ef54498188123851b49d426cfd38db031b7c5 (diff)
downloadphp-git-6e815b76eabaddd4a8e91e2577d6a8d83f7143b4.tar.gz
Some protos fixed.
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 c96a6d3535..55d1c947e2 100644
--- a/ext/imap/php_imap.c
+++ b/ext/imap/php_imap.c
@@ -1677,7 +1677,7 @@ PHP_FUNCTION(imap_headerinfo)
/* }}} */
-/* {{{ proto object imap_rfc822_parse_headers(string headers, string [default_host])
+/* {{{ proto object imap_rfc822_parse_headers(string headers [, string default_host])
Parse a set of mail headers contained in a string, and return an object similar to imap_headerinfo() */
PHP_FUNCTION(imap_rfc822_parse_headers)
{