aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/proposal_substructure.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-02 11:38:56 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-02 11:38:56 +0000
commitae3012a0ea0e06e29212f1967b5b71e90460fb43 (patch)
treea4c055426b079946c4e803fd5534e56b79a41323 /Source/charon/encoding/payloads/proposal_substructure.h
parent2848a7ba33ee0158c9dfee383c3ea8be02060f7e (diff)
downloadstrongswan-ae3012a0ea0e06e29212f1967b5b71e90460fb43.tar.bz2
strongswan-ae3012a0ea0e06e29212f1967b5b71e90460fb43.tar.xz
- added notify message handling to ike_sa_init_requested_t and
responder_init_t
Diffstat (limited to 'Source/charon/encoding/payloads/proposal_substructure.h')
-rw-r--r--Source/charon/encoding/payloads/proposal_substructure.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/charon/encoding/payloads/proposal_substructure.h b/Source/charon/encoding/payloads/proposal_substructure.h
index a2015fbfe..736987fc8 100644
--- a/Source/charon/encoding/payloads/proposal_substructure.h
+++ b/Source/charon/encoding/payloads/proposal_substructure.h
@@ -56,7 +56,12 @@ enum protocol_id_t {
IKE = 1,
AH = 2,
ESP = 3,
-};
+};
+
+/**
+ * String mappings for protocol_id_t.
+ */
+extern mapping_t protocol_id_m[];
typedef struct proposal_substructure_t proposal_substructure_t;