aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/transform_attribute.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/encoding/payloads/transform_attribute.c')
-rw-r--r--Source/charon/encoding/payloads/transform_attribute.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/encoding/payloads/transform_attribute.c b/Source/charon/encoding/payloads/transform_attribute.c
index 9aed1e332..f949fca9c 100644
--- a/Source/charon/encoding/payloads/transform_attribute.c
+++ b/Source/charon/encoding/payloads/transform_attribute.c
@@ -31,13 +31,13 @@
#include <types.h>
#include <utils/allocator.h>
+typedef struct private_transform_attribute_t private_transform_attribute_t;
+
/**
* Private data of an transform_attribute_t Object
*
*/
-typedef struct private_transform_attribute_s private_transform_attribute_t;
-
-struct private_transform_attribute_s {
+struct private_transform_attribute_t {
/**
* public transform_attribute_t interface
*/