aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/buffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/buffer.h b/include/buffer.h
index e0c4046..84e0cfa 100644
--- a/include/buffer.h
+++ b/include/buffer.h
@@ -15,7 +15,6 @@ typedef struct {
} Buffer;
CHECK_RESULT int buffer_init(Buffer *self, struct ScopedAllocator *allocator);
-void buffer_deinit(Buffer *self);
CHECK_RESULT int buffer_append(Buffer *self, void *data, usize size);
void* buffer_get(Buffer *self, usize index, usize type_size);