summaryrefslogtreecommitdiffstats
path: root/src/util/blob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/blob.h')
-rw-r--r--src/util/blob.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/blob.h b/src/util/blob.h
index b56fa4b2fe0..0c275911983 100644
--- a/src/util/blob.h
+++ b/src/util/blob.h
@@ -117,6 +117,9 @@ blob_finish(struct blob *blob)
free(blob->data);
}
+void
+blob_finish_get_buffer(struct blob *blob, void **buffer, size_t *size);
+
/**
* Add some unstructured, fixed-size data to a blob.
*