diff options
Diffstat (limited to 'include/error.h')
-rw-r--r-- | include/error.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/error.h b/include/error.h new file mode 100644 index 0000000..8aa087c --- /dev/null +++ b/include/error.h @@ -0,0 +1,8 @@ +#ifndef _JOVE_ERROR_H +#define _JOVE_ERROR_H 1 + +#define E_OK 0 +#define E_BADOBJ 1 +#define E_ARGUMENT 2 + +#endif |