aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/encoding/parser.c')
-rw-r--r--Source/charon/encoding/parser.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/charon/encoding/parser.c b/Source/charon/encoding/parser.c
index cf7d0b8ee..74d4b49f5 100644
--- a/Source/charon/encoding/parser.c
+++ b/Source/charon/encoding/parser.c
@@ -43,14 +43,15 @@
+
+typedef struct private_parser_t private_parser_t;
+
/**
* @private data stored in a context
*
* contains pointers and counters to store current state
*/
-typedef struct private_parser_s private_parser_t;
-
-struct private_parser_s {
+struct private_parser_t {
/**
* Public members, see parser_t
*/