diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2003-09-16 19:45:22 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2003-09-16 19:45:22 +0000 |
commit | 92b237f4c32da0b01b4a1f40fd41cd559fb9720f (patch) | |
tree | d74d4ee902693d3a54eeed0eb2fae711cd4b34f9 /ext/imap/php_imap.c | |
parent | d2088841a4b696dc65aa4471f8c6c5d3c81512e9 (diff) | |
download | php-git-92b237f4c32da0b01b4a1f40fd41cd559fb9720f.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 1c8d2a19d5..385ddedf8c 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -983,7 +983,7 @@ PHP_FUNCTION(imap_setacl) /* }}} */ -/* {{{ proto array imap_get_quota(int stream_id, string mailbox) +/* {{{ proto array imap_getacl(int stream_id, string mailbox) Gets the ACL for a given mailbox */ PHP_FUNCTION(imap_getacl) { |