Skip to content

Commit de6c599

Browse files
author
Ilia Alshanetsky
committed
Added missing function proto
1 parent 17861b9 commit de6c599

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/imap/php_imap.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4023,6 +4023,8 @@ PHP_FUNCTION (imap_thread)
40234023
}
40244024
/* }}} */
40254025

4026+
/* {{{ proto mixed imap_timeout(int timeout_type [, int timeout])
4027+
Set or fetch imap timeout */
40264028
PHP_FUNCTION (imap_timeout)
40274029
{
40284030
long ttype, timeout=-1;
@@ -4078,6 +4080,7 @@ PHP_FUNCTION (imap_timeout)
40784080
RETURN_FALSE;
40794081
}
40804082
}
4083+
/* }}} */
40814084

40824085
/* {{{ Interfaces to C-client
40834086
*/

0 commit comments

Comments
 (0)