diff options
Diffstat (limited to 'serf_bucket_util.h')
-rw-r--r-- | serf_bucket_util.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/serf_bucket_util.h b/serf_bucket_util.h index 6ff3035dcfaf6..b146c226839d1 100644 --- a/serf_bucket_util.h +++ b/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. |