summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-08-08 02:55:07 +0000
committerfoobar <sniper@php.net>2001-08-08 02:55:07 +0000
commit92ea7171c81cd1011dc7582b1aa40c76a36eeab9 (patch)
tree8e9b965d56c41131556a24e0b4df13fdca1320c6 /ext/imap/php_imap.h
parent529b4dca82c497a1fbe133902fcadba9e38cd6e6 (diff)
downloadphp-git-92ea7171c81cd1011dc7582b1aa40c76a36eeab9.tar.gz
Changed the old skool resource stuff to use the Zend macros.
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r--ext/imap/php_imap.h2
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);