]> granicus.if.org Git - php/commitdiff
adjust to ap_get_brigade() API change
authorDoug MacEachern <dougm@php.net>
Fri, 25 Jan 2002 04:03:42 +0000 (04:03 +0000)
committerDoug MacEachern <dougm@php.net>
Fri, 25 Jan 2002 04:03:42 +0000 (04:03 +0000)
sapi/apache2filter/sapi_apache2.c

index dd44ef2f5176909432929c0e8a2fd875201dc811..632bdd72c06153fc8fcc07154f582729d2c2ffeb 100644 (file)
@@ -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;