summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets_pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'buckets/apr_buckets_pool.c')
-rw-r--r--buckets/apr_buckets_pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buckets/apr_buckets_pool.c b/buckets/apr_buckets_pool.c
index da6029072..2d68da593 100644
--- a/buckets/apr_buckets_pool.c
+++ b/buckets/apr_buckets_pool.c
@@ -42,7 +42,7 @@ static apr_status_t pool_bucket_cleanup(void *data)
return APR_SUCCESS;
}
-static apr_status_t pool_bucket_read(apr_bucket *b, const char **str,
+static apr_status_t pool_bucket_read(apr_bucket *b, const char **str,
apr_size_t *len, apr_read_type_e block)
{
apr_bucket_pool *p = b->data;