summaryrefslogtreecommitdiff
path: root/include/tinyff/result.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tinyff/result.h')
-rw-r--r--include/tinyff/result.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/tinyff/result.h b/include/tinyff/result.h
index 9b17d4a..daea32e 100644
--- a/include/tinyff/result.h
+++ b/include/tinyff/result.h
@@ -2,8 +2,15 @@
#define RESULT_H
typedef enum {
+ // -- SUCCESS --
FF_RESULT_OK = 0,
+ // -- WARNINGS --
+ FF_RESULT_WARN_DEBUG_DISABLED,
+ FF_RESULT_WARN_NO_IMPL,
+
+ // -- ERRORS --
+
// File
FF_RESULT_ERROR_INVALID_FILE_SIGNITURE,
FF_RESULT_ERROR_INVALID_FILE,