From 3d297bf8819a85dd3e2833f4e51d97f9ec4c61cc Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 4 Dec 2004 13:47:13 +0000 Subject: Fix proto --- sapi/apache/php_apache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/apache/php_apache.c') diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 6f98f3ecc9..6458fb69f4 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -537,7 +537,7 @@ PHP_FUNCTION(apache_get_modules) } /* }}} */ -/* {{{ proto array apache_reset_timeout(void) +/* {{{ proto bool apache_reset_timeout(void) Reset the Apache write timer */ PHP_FUNCTION(apache_reset_timeout) { -- cgit v1.2.1