summaryrefslogtreecommitdiff
path: root/src/hb-blob.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-02-13 22:12:36 -0800
committerBehdad Esfahbod <behdad@behdad.org>2018-02-13 22:12:36 -0800
commita989f3edec5864d5de8b217aa595c962d8fc4b0a (patch)
treeda1158fb042ac7f8093d4a6188d74ee2aca08c14 /src/hb-blob.h
parent9046e924421869bf167b52cd394e868796091f62 (diff)
Add hb_blob_copy_writable_or_fail()
New API: - hb_blob_copy_writable_or_fail()
Diffstat (limited to 'src/hb-blob.h')
-rw-r--r--src/hb-blob.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hb-blob.h b/src/hb-blob.h
index 53682d3e..fd561f73 100644
--- a/src/hb-blob.h
+++ b/src/hb-blob.h
@@ -83,6 +83,9 @@ hb_blob_create_sub_blob (hb_blob_t *parent,
unsigned int length);
HB_EXTERN hb_blob_t *
+hb_blob_copy_writable_or_fail (hb_blob_t *blob);
+
+HB_EXTERN hb_blob_t *
hb_blob_get_empty (void);
HB_EXTERN hb_blob_t *