diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-06-13 15:01:18 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-06-13 15:01:18 +0000 |
commit | d75d52a5718f5328ba9b1eed850b2a024d55a269 (patch) | |
tree | 9c5f92e7d7ca8353972b9019fa4ce6e73f659467 /ext/imap/php_imap.c | |
parent | ab5b9b91d3e21ded45035da4014d94c32c5d0f42 (diff) | |
download | php-git-d75d52a5718f5328ba9b1eed850b2a024d55a269.tar.gz |
Busted by the CS police.
Diffstat (limited to 'ext/imap/php_imap.c')
-rw-r--r-- | ext/imap/php_imap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index a884054516..6bf87b2b22 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -3985,7 +3985,7 @@ static int build_thread_tree(THREADNODE *top, zval **tree) /* {{{ proto array imap_thread(resource stream_id [, int options]) Return threaded by REFERENCES tree */ -PHP_FUNCTION (imap_thread) +PHP_FUNCTION(imap_thread) { zval **streamind, **search_flags; pils *imap_le_struct; @@ -4025,7 +4025,7 @@ PHP_FUNCTION (imap_thread) /* {{{ proto mixed imap_timeout(int timeout_type [, int timeout]) Set or fetch imap timeout */ -PHP_FUNCTION (imap_timeout) +PHP_FUNCTION(imap_timeout) { long ttype, timeout=-1; int timeout_type; |