diff options
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r-- | ext/imap/php_imap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index 32714f53cb..16485537e2 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -99,14 +99,12 @@ typedef struct php_imap_error_struct { struct php_imap_error_struct *next; } ERRORLIST; - typedef struct _php_imap_message_struct { unsigned long msgid; struct _php_imap_message_struct *next; } MESSAGELIST; - /* Functions */ PHP_MINIT_FUNCTION(imap); |