summaryrefslogtreecommitdiffstats
path: root/include/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 20:02:18 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 20:02:18 -0400
commit12cac42e31653323ec607ba3b6512fe9a734d083 (patch)
treec7d98780b43ba112a4df5898b1161c0bd3ec39bd /include/zix
parent89d750689d7824066b9783da54186df3748a0ee0 (diff)
downloadzix-12cac42e31653323ec607ba3b6512fe9a734d083.tar.gz
zix-12cac42e31653323ec607ba3b6512fe9a734d083.tar.bz2
zix-12cac42e31653323ec607ba3b6512fe9a734d083.zip
Add return status to zix_ring_mlock()
Diffstat (limited to 'include/zix')
-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);
/**