From d8b960be46007f9c09356e526d3c2dcff4b186a5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Oct 2022 13:41:27 -0400 Subject: Add filesystem API --- include/zix/status.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/zix/status.h') 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 -- cgit v1.2.1