]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - Source/charon/encoding/payloads/proposal_substructure.h
- added notify message handling to ike_sa_init_requested_t and
[thirdparty/strongswan.git] / Source / charon / encoding / payloads / proposal_substructure.h
index a2015fbfed5817a0ae3c37ab37eb46411d6d8b4b..736987fc86cf705f93718e38fc791e005ba7784a 100644 (file)
@@ -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;