diff options
Diffstat (limited to 'include/zix/ring.h')
-rw-r--r-- | include/zix/ring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/ring.h b/include/zix/ring.h index 61c99be..a18a50b 100644 --- a/include/zix/ring.h +++ b/include/zix/ring.h @@ -40,7 +40,7 @@ typedef struct ZixRingImpl ZixRing; At most `size` - 1 bytes may be stored in the ring at once. */ -ZIX_MALLOC_API +ZIX_API ZixRing* ZIX_ALLOCATED zix_ring_new(ZixAllocator* ZIX_NULLABLE allocator, uint32_t size); |