diff options
author | Dan Kalowsky <kalowsky@php.net> | 2002-07-31 01:03:31 +0000 |
---|---|---|
committer | Dan Kalowsky <kalowsky@php.net> | 2002-07-31 01:03:31 +0000 |
commit | 7f302271818454e24a55b37bb4bf8a601fb352eb (patch) | |
tree | 1be98dc47cb9970d26292b8521adb6016a4374a8 /ext/imap/php_imap.h | |
parent | 38757032d28f324b39f31c196ecc3270173bdcce (diff) | |
download | php-git-7f302271818454e24a55b37bb4bf8a601fb352eb.tar.gz |
removing the useless +1's on sizeof() and adding the mail_parameter for the
getquot inside the imap_get_quotaroot function. thank Jani.
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r-- | ext/imap/php_imap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index add4a2d0c1..6234ddc745 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -211,7 +211,6 @@ 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) |