From 3caf44673fd1af1165de4dad13bc497e18efe64f Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 10 Nov 2005 19:20:13 +0000 Subject: [PATCH] - PARSE_ERROR status --- 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 e14a0da3a..96dd1a3d4 100644 --- a/Source/charon/types.h +++ b/Source/charon/types.h @@ -34,7 +34,8 @@ typedef enum status_e { NOT_SUPPORTED, INVALID_ARG, NOT_FOUND, - EXCHANGE_TYPE_NOT_SET, + PARSE_ERROR, + EXCHANGE_TYPE_NOT_SET } status_t; typedef enum ike_sa_role_e {