aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 14:28:43 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 14:28:43 +0000
commitdc40d894157a9eeee4c72f8cb974fd48e1a98a1b (patch)
tree440bed3e38a3c9d526a3ccb8a465a4654c507c1c /src/include/gnunet_namestore_service.h
parent462dfa297669972a5378d1e0976f3892440b70e5 (diff)
downloadgnunet-dc40d894157a9eeee4c72f8cb974fd48e1a98a1b.tar.gz
gnunet-dc40d894157a9eeee4c72f8cb974fd48e1a98a1b.zip
-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 0f6730d62..99fc7dcd1 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -144,14 +144,6 @@ enum GNUNET_NAMESTORE_RecordFlags
144 GNUNET_NAMESTORE_RF_NONE = 0, 144 GNUNET_NAMESTORE_RF_NONE = 0,
145 145
146 /** 146 /**
147 * This peer is the authority for this record; it must thus
148 * not be deleted (other records can be deleted if we run
149 * out of space).
150 * @deprecated
151 */
152 GNUNET_NAMESTORE_RF_AUTHORITY = 1,
153
154 /**
155 * This is a private record of this peer and it should 147 * This is a private record of this peer and it should
156 * thus not be handed out to other peers. 148 * thus not be handed out to other peers.
157 */ 149 */