diff options
Diffstat (limited to 'Source/charon/encodings.h')
-rw-r--r-- | Source/charon/encodings.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/charon/encodings.h b/Source/charon/encodings.h index 07762e1ad..356a73d5f 100644 --- a/Source/charon/encodings.h +++ b/Source/charon/encodings.h @@ -30,6 +30,7 @@ #define ENCODINGS_H_ #include "types.h" +#include "definitions.h" /** @@ -289,6 +290,12 @@ enum payload_type_e{ HEADER = 140 }; + +/* + * build string mapping array for payload_type_t + */ +extern mapping_t payload_type_t_mappings[]; + /** * Information of a specific payload are stored in this struct * |