summaryrefslogtreecommitdiff
path: root/ext/imap/imap.h
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>1999-12-17 18:30:06 +0000
committerHartmut Holzgraefe <hholzgra@php.net>1999-12-17 18:30:06 +0000
commit9ebd037226fcaa1804df73c419d5529a16957e0b (patch)
tree8cfe4a43e1970468f4e3b2a2d0c752648b57c210 /ext/imap/imap.h
parentfb61a2c9447b0ecf16dcafa355bb7bec83e1e3f1 (diff)
downloadphp-git-9ebd037226fcaa1804df73c419d5529a16957e0b.tar.gz
merged in imap_search() from the PHP3 tree
more ( like imap_lasterror() ) will follow
Diffstat (limited to 'ext/imap/imap.h')
-rw-r--r--ext/imap/imap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/imap.h b/ext/imap/imap.h
index b88c514b5c..38895c3732 100644
--- a/ext/imap/imap.h
+++ b/ext/imap/imap.h
@@ -63,7 +63,7 @@ PHP_FUNCTION(imap_status);
PHP_FUNCTION(imap_bodystruct);
PHP_FUNCTION(imap_fetch_overview);
PHP_FUNCTION(imap_mail_compose);
-
+PHP_FUNCTION(imap_search);
#else
#define imap_module_ptr NULL
#endif /* HAVE_IMAP */