[buffer] HB_NODISCARD make_room_for()
This commit is contained in:
parent
c355508a89
commit
83b3784d1d
|
@ -376,7 +376,7 @@ struct hb_buffer_t
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
|
HB_INTERNAL HB_NODISCARD bool make_room_for (unsigned int num_in, unsigned int num_out);
|
||||||
HB_INTERNAL bool shift_forward (unsigned int count);
|
HB_INTERNAL bool shift_forward (unsigned int count);
|
||||||
|
|
||||||
typedef long scratch_buffer_t;
|
typedef long scratch_buffer_t;
|
||||||
|
|
Loading…
Reference in New Issue