summaryrefslogtreecommitdiffstats
path: root/contrib/serf/serf_bucket_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/serf/serf_bucket_util.h')
-rw-r--r--contrib/serf/serf_bucket_util.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/serf/serf_bucket_util.h b/contrib/serf/serf_bucket_util.h
index 6ff3035..b146c22 100644
--- a/contrib/serf/serf_bucket_util.h
+++ b/contrib/serf/serf_bucket_util.h
@@ -148,6 +148,14 @@ char * serf_bstrdup(
serf_bucket_alloc_t *allocator,
const char *str);
+/**
+ * Analogous to apr_pstrcatv, using a bucket allocator instead.
+ */
+char * serf_bstrcatv(
+ serf_bucket_alloc_t *allocator,
+ struct iovec *vec,
+ int vecs,
+ apr_size_t *bytes_written);
/**
* Read data up to a newline.
OpenPOWER on IntegriCloud