diff options
author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:35:28 -0400 |
---|---|---|
committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:35:28 -0400 |
commit | ba50031707469046407a35b77a3cd81351e951b3 (patch) | |
tree | 5c03e723bdbfabae09d41a3ab1253dff41eeed4a /ext/imap/php_imap.h | |
parent | 0a36161e13484a99ccf69bb38f206462d27cc6d6 (diff) | |
download | php-ba50031707469046407a35b77a3cd81351e951b3.tar.gz |
Imported Upstream version 5.1.5upstream/5.1.5
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r-- | ext/imap/php_imap.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index f29ba4af4..1bfeaa715 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -27,7 +27,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_imap.h,v 1.32.2.1 2006/01/01 12:50:08 sniper Exp $ */ +/* $Id: php_imap.h,v 1.32.2.2 2006/01/27 19:46:11 mike Exp $ */ #ifndef PHP_IMAP_H #define PHP_IMAP_H @@ -114,6 +114,7 @@ PHP_FUNCTION(imap_rfc822_parse_headers); PHP_FUNCTION(imap_body); PHP_FUNCTION(imap_fetchstructure); PHP_FUNCTION(imap_fetchbody); +PHP_FUNCTION(imap_savebody); PHP_FUNCTION(imap_expunge); PHP_FUNCTION(imap_delete); PHP_FUNCTION(imap_undelete); @@ -205,6 +206,8 @@ ZEND_BEGIN_MODULE_GLOBALS(imap) zval **quota_return; zval *imap_acl_list; #endif + /* php_stream for php_mail_gets() */ + php_stream *gets_stream; ZEND_END_MODULE_GLOBALS(imap) #ifdef ZTS |