diff options
Diffstat (limited to 'src/runtime/c/gu/seq.h')
| -rw-r--r-- | src/runtime/c/gu/seq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/gu/seq.h b/src/runtime/c/gu/seq.h index 5accb0b24..034620140 100644 --- a/src/runtime/c/gu/seq.h +++ b/src/runtime/c/gu/seq.h @@ -65,6 +65,9 @@ gu_buf_avail(GuBuf* buf); void* gu_buf_data(GuBuf* buf); +void* +gu_buf_last(GuBuf* buf); + GuSeq* gu_buf_data_seq(GuBuf* buf); |
