summaryrefslogtreecommitdiffstats
path: root/include/zix/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zix/ring.h')
-rw-r--r--include/zix/ring.h2
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);
/**