aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/definitions.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/definitions.h')
-rw-r--r--Source/charon/definitions.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/charon/definitions.h b/Source/charon/definitions.h
index 9909cc98a..c3c481af7 100644
--- a/Source/charon/definitions.h
+++ b/Source/charon/definitions.h
@@ -71,7 +71,9 @@
#define min(x,y) (x < y ? x : y)
-
+/**
+ * mapping entry which defines the end of a mapping_t array
+ */
#define MAPPING_END (-1)
/**