summaryrefslogtreecommitdiffstats
path: root/include/api/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/api/errno.h')
-rw-r--r--include/api/errno.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/api/errno.h b/include/api/errno.h
new file mode 100644
index 0000000..51921d2
--- /dev/null
+++ b/include/api/errno.h
@@ -0,0 +1,9 @@
+#ifndef _JOVE_ERRNO_H
+#define _JOVE_ERRNO_H 1
+
+enum {
+ EFAIL = 1,
+ EACCESS
+};
+
+#endif