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_attribute.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_attribute.h')
-rw-r--r-- | Source/charon/encoding/payloads/transform_attribute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/encoding/payloads/transform_attribute.h b/Source/charon/encoding/payloads/transform_attribute.h index 1bcc02db2..732edd023 100644 --- a/Source/charon/encoding/payloads/transform_attribute.h +++ b/Source/charon/encoding/payloads/transform_attribute.h @@ -49,7 +49,7 @@ extern mapping_t transform_attribute_type_m[]; typedef struct transform_attribute_t transform_attribute_t; /** - * Object representing an IKEv2- TRANSFORM Attribute. + * @brief Class representing an IKEv2- TRANSFORM Attribute. * * The TRANSFORM ATTRIBUTE format is described in RFC section 3.3.5. * |