summaryrefslogtreecommitdiffstats
path: root/include/zix/status.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-23 13:41:27 -0400
committerDavid Robillard <d@drobilla.net>2022-10-23 14:57:45 -0400
commitd8b960be46007f9c09356e526d3c2dcff4b186a5 (patch)
treecd40db8d5634e74f8795922b7ab19fc8c6507648 /include/zix/status.h
parentc886d489576cd0bc33d7d22d81981c794067946f (diff)
downloadzix-d8b960be46007f9c09356e526d3c2dcff4b186a5.tar.gz
zix-d8b960be46007f9c09356e526d3c2dcff4b186a5.tar.bz2
zix-d8b960be46007f9c09356e526d3c2dcff4b186a5.zip
Add filesystem API
Diffstat (limited to 'include/zix/status.h')
-rw-r--r--include/zix/status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zix/status.h b/include/zix/status.h
index 0e95f43..dfd6412 100644
--- a/include/zix/status.h
+++ b/include/zix/status.h
@@ -28,6 +28,8 @@ typedef enum {
ZIX_STATUS_OVERFLOW, ///< Overflow
ZIX_STATUS_NOT_SUPPORTED, ///< Not supported
ZIX_STATUS_UNAVAILABLE, ///< Resource unavailable
+ ZIX_STATUS_NO_SPACE, ///< Out of storage space
+ ZIX_STATUS_MAX_LINKS, ///< Too many links
} ZixStatus;
/// Return a string describing a status code