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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 960203fb1..db524ec5b 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -151,6 +151,11 @@ extern "C" {
151 */ 151 */
152#define GNUNET_GNSRECORD_TYPE_RECLAIM_PRESENTATION 65555 152#define GNUNET_GNSRECORD_TYPE_RECLAIM_PRESENTATION 65555
153 153
154/**
155 * Record type for an escrow key share (escrow component)
156 */
157#define GNUNET_GNSRECORD_TYPE_ESCROW_KEYSHARE 65556
158
154 159
155/** 160/**
156 * Flags that can be set for a record. 161 * Flags that can be set for a record.