aboutsummaryrefslogtreecommitdiff
path: root/include/std/buffer_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/std/buffer_view.h')
-rw-r--r--include/std/buffer_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/std/buffer_view.h b/include/std/buffer_view.h
index 4993dc2..59a97d3 100644
--- a/include/std/buffer_view.h
+++ b/include/std/buffer_view.h
@@ -10,5 +10,6 @@ typedef struct {
BufferView create_buffer_view_null();
BufferView create_buffer_view(const char *data, usize size);
+bool buffer_view_equals(const BufferView *self, const BufferView *other);
#endif