summaryrefslogtreecommitdiff
path: root/ext/imap/imap.h
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-02-07 15:52:47 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-02-07 15:52:47 +0000
commitce62bbb67403280ecafde565aff203b24ea05145 (patch)
treeedc566b54788504e9aade36c156e7336887fff08 /ext/imap/imap.h
parentaee1dd9ec05a417218817ddf2fb6c3100d11c873 (diff)
downloadphp-git-ce62bbb67403280ecafde565aff203b24ea05145.tar.gz
another re-sync with the PHP3 tree
imap_mail deactivated for win builds, as the files win32/imap_sendmail.c win32/imap_sendmail.h from PHP3 are still missing
Diffstat (limited to 'ext/imap/imap.h')
-rw-r--r--ext/imap/imap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/imap/imap.h b/ext/imap/imap.h
index ce2e0fee4d..082751f442 100644
--- a/ext/imap/imap.h
+++ b/ext/imap/imap.h
@@ -74,8 +74,13 @@ PHP_FUNCTION(imap_mail_compose);
PHP_FUNCTION(imap_alerts);
PHP_FUNCTION(imap_errors);
PHP_FUNCTION(imap_last_error);
+#if !(WIN32|WINNT)
+PHP_FUNCTION(imap_mail);
+#endif
PHP_FUNCTION(imap_search);
PHP_FUNCTION(imap_utf8);
+PHP_FUNCTION(imap_utf7_decode);
+PHP_FUNCTION(imap_utf7_encode);
#else
#define imap_module_ptr NULL
#endif /* HAVE_IMAP */