Add imap_setacl() function (Brian Masney <masneyb@seul.org>).

This commit is contained in:
Chuck Hagenbuch 2001-08-10 18:32:56 +00:00
parent 831f05b0fb
commit a2b297bdf0
2 changed files with 32 additions and 0 deletions

View file

@ -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