summaryrefslogtreecommitdiffstats
path: root/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-31 23:49:25 +0000
committerDavid Robillard <d@drobilla.net>2012-01-31 23:49:25 +0000
commit5b3bde6f967940fb22f7160b3c9127a465a58f35 (patch)
tree8fd1c2229d1f25b55562e3958845d1868f73cb16 /zix
parent73dee9781a50586129c944cf5e71879b1c970def (diff)
downloadzix-5b3bde6f967940fb22f7160b3c9127a465a58f35.tar.gz
zix-5b3bde6f967940fb22f7160b3c9127a465a58f35.tar.bz2
zix-5b3bde6f967940fb22f7160b3c9127a465a58f35.zip
Add thread abstraction.
git-svn-id: http://svn.drobilla.net/zix/trunk@53 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
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;
/**