diff options
author | Chuck Hagenbuch <chagenbu@php.net> | 2001-08-10 18:32:56 +0000 |
---|---|---|
committer | Chuck Hagenbuch <chagenbu@php.net> | 2001-08-10 18:32:56 +0000 |
commit | a2b297bdf0e3d76b254aed76e55fb8d4dc28ad33 (patch) | |
tree | 954476b6234c1a846aede507d874a9e0c70279c9 /ext/imap/php_imap.h | |
parent | 831f05b0fbd13c2eefa58ec62b5ea6e1ab4c5a16 (diff) | |
download | php-git-a2b297bdf0e3d76b254aed76e55fb8d4dc28ad33.tar.gz |
Add imap_setacl() function (Brian Masney <masneyb@seul.org>).
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r-- | ext/imap/php_imap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index 16485537e2..cd33a518fb 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -178,6 +178,7 @@ PHP_FUNCTION(imap_thread); #if defined(HAVE_IMAP2000) || defined(HAVE_IMAP2001) PHP_FUNCTION(imap_get_quota); PHP_FUNCTION(imap_set_quota); +PHP_FUNCTION(imap_setacl); #endif |