summaryrefslogtreecommitdiffstats
path: root/zix
diff options
context:
space:
mode:
Diffstat (limited to 'zix')
-rw-r--r--zix/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zix/common.h b/zix/common.h
index ab7e431..59e1f55 100644
--- a/zix/common.h
+++ b/zix/common.h
@@ -53,6 +53,8 @@ typedef enum {
ZIX_STATUS_NO_MEM,
ZIX_STATUS_NOT_FOUND,
ZIX_STATUS_EXISTS,
+ ZIX_STATUS_BAD_ARG,
+ ZIX_STATUS_BAD_PERMS,
} ZixStatus;
/**