aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 76eb69a8a..718365f95 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -91,11 +91,14 @@ extern "C"
91#define GNUNET_GNSRECORD_TYPE_ID_ATTR 65544 91#define GNUNET_GNSRECORD_TYPE_ID_ATTR 65544
92 92
93/** 93/**
94 * Record type for an identity token (of IDENTITY). 94 * Record type for an identity token (of IDENTITY-TOKEN).
95 */ 95 */
96#define GNUNET_GNSRECORD_TYPE_ID_TOKEN 65545 96#define GNUNET_GNSRECORD_TYPE_ID_TOKEN 65545
97 97
98 98/**
99 * Record type for the private metadata of an identity token (of IDENTITY-TOKEN).
100 */
101#define GNUNET_GNSRECORD_TYPE_ID_TOKEN_METADATA 65546
99 102
100 103
101/** 104/**