summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@php.net>2002-01-25 04:03:42 +0000
committerDoug MacEachern <dougm@php.net>2002-01-25 04:03:42 +0000
commita1b21e0c4cb27c5653e096c1d0dfbc52fe6fcf56 (patch)
tree6f67c721cc60ff51f6a3f78b7d5e91d29f7d3261 /sapi/apache2filter
parent0efc5cb783c6e7b26269e3fa572c82e896f3ea06 (diff)
downloadphp-git-a1b21e0c4cb27c5653e096c1d0dfbc52fe6fcf56.tar.gz
adjust to ap_get_brigade() API change
Diffstat (limited to 'sapi/apache2filter')
-rw-r--r--sapi/apache2filter/sapi_apache2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c
index dd44ef2f51..632bdd72c0 100644
--- a/sapi/apache2filter/sapi_apache2.c
+++ b/sapi/apache2filter/sapi_apache2.c
@@ -238,7 +238,7 @@ AP_MODULE_DECLARE_DATA module php4_module;
}
static int php_input_filter(ap_filter_t *f, apr_bucket_brigade *bb,
- ap_input_mode_t mode, apr_read_type_e block, apr_off_t *readbytes)
+ ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes)
{
php_struct *ctx;
long old_index;