aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/charon/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/charon/types.h b/Source/charon/types.h
index d4ead0a4c..af235c2c8 100644
--- a/Source/charon/types.h
+++ b/Source/charon/types.h
@@ -27,7 +27,8 @@
typedef enum status_e {
SUCCESS,
FAILED,
- OUT_OF_RES
+ OUT_OF_RES,
+ ALREADY_DONE
} status_t;
#endif /*TYPES_H_*/