diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2003-11-13 20:55:00 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2003-11-13 20:55:00 +0000 |
commit | 8afe759fa8d1d29158205c98b787f9921a21f0fe (patch) | |
tree | a25c8f412c0a7135ab43b353f17c3f2d659e9fdc /ext/imap/php_imap.c | |
parent | 47c38dcd550812a63e8f4cfd2d8bde01f1f7f0fb (diff) | |
download | php-git-8afe759fa8d1d29158205c98b787f9921a21f0fe.tar.gz |
proto fix
Diffstat (limited to 'ext/imap/php_imap.c')
-rw-r--r-- | ext/imap/php_imap.c | 2 |
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) { |