From fc8885965c13430af6e7ae32cf85da768312efab Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 3 Nov 2005 09:46:08 +0000 Subject: [PATCH] "" --- Source/charon/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/charon/types.h b/Source/charon/types.h index d4ead0a..af235c2 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_*/ -- 2.7.4