summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r--ext/imap/php_imap.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h
index 0ba2306ede..a35c284106 100644
--- a/ext/imap/php_imap.h
+++ b/ext/imap/php_imap.h
@@ -85,11 +85,6 @@ typedef enum {
FLIST_OBJECT
} folderlist_style_t;
-typedef struct php_imap_le_struct {
- MAILSTREAM *imap_stream;
- long flags;
-} pils;
-
typedef struct php_imap_mailbox_struct {
SIZEDTEXT text;
DTYPE delimiter;
@@ -147,7 +142,7 @@ ZEND_BEGIN_MODULE_GLOBALS(imap)
#endif
/* php_stream for php_mail_gets() */
php_stream *gets_stream;
- zend_bool enable_rsh;
+ bool enable_rsh;
ZEND_END_MODULE_GLOBALS(imap)
#if defined(ZTS) && defined(COMPILE_DL_IMAP)