This commit is contained in:
Martin Willi
2005-11-03 09:46:08 +00:00
parent e0ab426188
commit fc8885965c
+2 -1
View File
@@ -27,7 +27,8 @@
typedef enum status_e {
SUCCESS,
FAILED,
OUT_OF_RES
OUT_OF_RES,
ALREADY_DONE
} status_t;
#endif /*TYPES_H_*/