summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPhilip Olson <philip@php.net>2008-06-11 02:32:22 +0000
committerPhilip Olson <philip@php.net>2008-06-11 02:32:22 +0000
commit4b898c5e5743316809223bc6670ca57836264d44 (patch)
treea0b9fed8f5a63c7bc7d8dab6f1e9d680c3122b4b /ext
parent26e2d6158895c86ab5f373b58c008fc855e467cb (diff)
downloadphp-git-4b898c5e5743316809223bc6670ca57836264d44.tar.gz
MFH: fixed imap_listscan() proto
Diffstat (limited to 'ext')
-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 99dec558eb..b9756c0968 100644
--- a/ext/imap/php_imap.c
+++ b/ext/imap/php_imap.c
@@ -1451,7 +1451,7 @@ PHP_FUNCTION(imap_list_full)
}
/* }}} */
-/* {{{ proto array imap_scan(resource stream_id, string ref, string pattern, string content)
+/* {{{ proto array imap_listscan(resource stream_id, string ref, string pattern, string content)
Read list of mailboxes containing a certain string */
PHP_FUNCTION(imap_listscan)
{