diff options
Diffstat (limited to 'include')
-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 872f963..8100d2b 100644 --- a/include/zix/ring.h +++ b/include/zix/ring.h @@ -66,7 +66,7 @@ zix_ring_free(ZixRing* ZIX_NULLABLE ring); using the ring. */ ZIX_API -void +ZixStatus zix_ring_mlock(ZixRing* ZIX_NONNULL ring); /** |