mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Changed the old skool resource stuff to use the Zend macros.
This commit is contained in:
parent
529b4dca82
commit
92ea7171c8
2 changed files with 312 additions and 605 deletions
File diff suppressed because it is too large
Load diff
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue