diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2004-12-04 13:47:13 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2004-12-04 13:47:13 +0000 |
commit | 3d297bf8819a85dd3e2833f4e51d97f9ec4c61cc (patch) | |
tree | 183662f8851ec6414412c3f8ad49ae32b8c70ed4 /sapi/apache/php_apache.c | |
parent | 28076f78eda6ed1ce718eb32cd28c0fd86aab0d6 (diff) | |
download | php-git-3d297bf8819a85dd3e2833f4e51d97f9ec4c61cc.tar.gz |
Fix proto
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r-- | sapi/apache/php_apache.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |