summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2003-11-13 20:55:00 +0000
committerRasmus Lerdorf <rasmus@php.net>2003-11-13 20:55:00 +0000
commit8afe759fa8d1d29158205c98b787f9921a21f0fe (patch)
treea25c8f412c0a7135ab43b353f17c3f2d659e9fdc /ext/imap/php_imap.c
parent47c38dcd550812a63e8f4cfd2d8bde01f1f7f0fb (diff)
downloadphp-git-8afe759fa8d1d29158205c98b787f9921a21f0fe.tar.gz
proto fix
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 385ddedf8c..135d2e3ebc 100644
--- a/ext/imap/php_imap.c
+++ b/ext/imap/php_imap.c
@@ -983,7 +983,7 @@ PHP_FUNCTION(imap_setacl)
/* }}} */
-/* {{{ proto array imap_getacl(int stream_id, string mailbox)
+/* {{{ proto array imap_getacl(resource stream_id, string mailbox)
Gets the ACL for a given mailbox */
PHP_FUNCTION(imap_getacl)
{