aboutsummaryrefslogtreecommitdiff
path: root/include/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/buffer.h')
-rw-r--r--include/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/buffer.h b/include/buffer.h
index 57efe9e..c45fbde 100644
--- a/include/buffer.h
+++ b/include/buffer.h
@@ -16,7 +16,7 @@ typedef struct {
void buffer_init(Buffer *self);
void buffer_deinit(Buffer *self);
-WARN_UNUSED_RESULT int buffer_append(Buffer *self, void *data, usize size);
+CHECK_RESULT int buffer_append(Buffer *self, void *data, usize size);
void* buffer_get(Buffer *self, usize index, usize type_size);
#endif \ No newline at end of file