From 8ccd0b01f9fc95eb75d92c4d6b5aad0c4baf3e88 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 7 Nov 2005 08:23:52 +0000 Subject: [PATCH] - added status_t NOT_SUPPORTED --- 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 3ebc818a6..a65e387e5 100644 --- a/Source/charon/types.h +++ b/Source/charon/types.h @@ -28,7 +28,8 @@ typedef enum status_e { SUCCESS, FAILED, OUT_OF_RES, - ALREADY_DONE + ALREADY_DONE, + NOT_SUPPORTED } status_t; typedef struct timeval timeval_t;