diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-06 16:00:07 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-06 16:00:07 +0000 |
commit | 2b547481315c3b641b716023858efdbb2c3e422a (patch) | |
tree | 14f5f4f27b0fb602c20ef10e5e20f96bfeae1ea2 /Source/charon/encoding/payloads/transform_substructure.h | |
parent | 4b41a0d4047fa483578f458ef21af5cad64b572b (diff) | |
download | strongswan-2b547481315c3b641b716023858efdbb2c3e422a.tar.bz2 strongswan-2b547481315c3b641b716023858efdbb2c3e422a.tar.xz |
- code cleanup in network and config
- moved packet_t members to private, added getter and setters
Diffstat (limited to 'Source/charon/encoding/payloads/transform_substructure.h')
-rw-r--r-- | Source/charon/encoding/payloads/transform_substructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/encoding/payloads/transform_substructure.h b/Source/charon/encoding/payloads/transform_substructure.h index 4efb42f3f..cd5cffe7b 100644 --- a/Source/charon/encoding/payloads/transform_substructure.h +++ b/Source/charon/encoding/payloads/transform_substructure.h @@ -95,7 +95,7 @@ extern mapping_t extended_sequence_numbers_m[]; typedef struct transform_substructure_t transform_substructure_t; /** - * Object representing an IKEv2- TRANSFORM SUBSTRUCTURE. + * @brief Class representing an IKEv2- TRANSFORM SUBSTRUCTURE. * * The TRANSFORM SUBSTRUCTURE format is described in RFC section 3.3.2. * |