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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/tinyff/result.h b/include/tinyff/result.h
index e77c9b4..43bcf98 100644
--- a/include/tinyff/result.h
+++ b/include/tinyff/result.h
@@ -2,6 +2,11 @@
#define RESULT_H
typedef enum {
+ FF_TRUE = 0,
+ FF_FALSE = 1
+} FF_FLAG;
+
+typedef enum {
// -- SUCCESS --
FF_RESULT_OK = 0,