diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 1999-12-17 18:30:06 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 1999-12-17 18:30:06 +0000 |
| commit | 9ebd037226fcaa1804df73c419d5529a16957e0b (patch) | |
| tree | 8cfe4a43e1970468f4e3b2a2d0c752648b57c210 /ext/imap/imap.h | |
| parent | fb61a2c9447b0ecf16dcafa355bb7bec83e1e3f1 (diff) | |
| download | php-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.h | 2 |
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 */ |
