diff options
Diffstat (limited to 'Source/charon/definitions.h')
-rw-r--r-- | Source/charon/definitions.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/charon/definitions.h b/Source/charon/definitions.h index 8fe3c1c4e..0392f2295 100644 --- a/Source/charon/definitions.h +++ b/Source/charon/definitions.h @@ -23,7 +23,6 @@ #ifndef DEFINITIONS_H_ #define DEFINITIONS_H_ - #define MAPPING_END (-1) /** @@ -53,4 +52,7 @@ struct mapping_s char *mapping_find(mapping_t *mappings, int value); + + + #endif /*DEFINITIONS_H_*/ |