Changed the old skool resource stuff to use the Zend macros.

This commit is contained in:
foobar 2001-08-08 02:55:07 +00:00
parent 529b4dca82
commit 92ea7171c8
2 changed files with 312 additions and 605 deletions

File diff suppressed because it is too large Load diff

View file

@ -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);