aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-12 14:31:06 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-14 10:01:23 +0200
commita12b8c2c4cbf952c8c305cde193bb25c13a0912b (patch)
tree0c7f27a870ce6fc8789e1b9672156758b1c1c2e6 /src/include
parent947b84dcdee19d6a4b1fcad10618a2b4f505b3b9 (diff)
downloadgnunet-a12b8c2c4cbf952c8c305cde193bb25c13a0912b.tar.gz
gnunet-a12b8c2c4cbf952c8c305cde193bb25c13a0912b.zip
RECLAIM: refactoring; cleanup
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index c76e87d12..27228c0bc 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -99,7 +99,12 @@ extern "C"
99#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTR 65544 99#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTR 65544
100 100
101/** 101/**
102 * 65544-65547 deprecated 102 * Record type for local ticket references
103 */
104#define GNUNET_GNSRECORD_TYPE_RECLAIM_TICKETREF 65545
105
106/**
107 * 65546 reserved
103 */ 108 */
104 109
105/** 110/**