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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 7e0a1a9e9..4f96d50d5 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -118,6 +118,10 @@ extern "C"
118 */ 118 */
119#define GNUNET_GNSRECORD_TYPE_REVERSE 65548 119#define GNUNET_GNSRECORD_TYPE_REVERSE 65548
120 120
121/**
122 * Record type for reverse lookups
123 */
124#define GNUNET_GNSRECORD_TYPE_ATTRIBUTE 65549
121 125
122 126
123/** 127/**