summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.h
diff options
context:
space:
mode:
authorDan Kalowsky <kalowsky@php.net>2002-07-26 16:26:01 +0000
committerDan Kalowsky <kalowsky@php.net>2002-07-26 16:26:01 +0000
commit9f3f61364234920158e60323c4c4eafeaea1cb98 (patch)
tree3c108161ff624df0d8598266a828370f4d1df17d /ext/imap/php_imap.h
parent0ccc2207bfa150c2e5484af8a6fd92e1e9588542 (diff)
downloadphp-git-9f3f61364234920158e60323c4c4eafeaea1cb98.tar.gz
Adding initial support for PHP imap_get_quotaroot
# apparently c-client does not like Cyrus's GETQUOTAROOT return list this # is still be worked out, but all functionality should be there # Return array is still not very organized
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r--ext/imap/php_imap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h
index 73105cfa0e..add4a2d0c1 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_get_quotaroot);
PHP_FUNCTION(imap_set_quota);
PHP_FUNCTION(imap_setacl);
#endif
@@ -210,6 +211,7 @@ ZEND_BEGIN_MODULE_GLOBALS(imap)
unsigned long status_uidvalidity;
#if defined(HAVE_IMAP2000) || defined(HAVE_IMAP2001)
zval *quota_return;
+ zval *quotaroot_return;
#endif
ZEND_END_MODULE_GLOBALS(imap)