From 61a401c8fb907949a2ab6053b44bc9278fc6a1ab Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 21 Nov 2005 15:09:10 +0000 Subject: [PATCH] - added definition of ike_sa_state_m --- Source/charon/states/state.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/charon/states/state.h b/Source/charon/states/state.h index 2e5df9c80..a7c6826c5 100644 --- a/Source/charon/states/state.h +++ b/Source/charon/states/state.h @@ -68,6 +68,11 @@ enum ike_sa_state_e { IKE_SA_ESTABLISHED = 6 }; +/** + * string mappings for ike_sa_state_t + */ +extern mapping_t ike_sa_state_m[]; + /** * @brief This interface represents an IKE_SA state *