summaryrefslogtreecommitdiff
path: root/include/ap_buckets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ap_buckets.h')
-rw-r--r--include/ap_buckets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_buckets.h b/include/ap_buckets.h
index 7c46a46c..9293f318 100644
--- a/include/ap_buckets.h
+++ b/include/ap_buckets.h
@@ -540,7 +540,8 @@ API_EXPORT(ap_bucket *) ap_bucket_make_transient(ap_bucket *b,
* @param buf The buffer to insert into the bucket
* @param nbyte The size of the buffer to insert.
* @param copy Whether to copy the data into newly-allocated memory or not
- * @param w The number of bytes actually copied into the bucket
+ * @param w The number of bytes actually copied into the bucket.
+ * If copy is zero then this return value can be ignored by passing a NULL pointer.
* @return The new bucket, or NULL if allocation failed
* @deffunc ap_bucket *ap_bucket_create_heap(const char *buf, apr_size_t nbyte, apr_ssize_t *w)
*/