aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-09-23 09:40:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-09-23 09:40:54 +0000
commit271260ce0b2fd4550b3c5ec957e4f62d95d7b304 (patch)
treeef9e74a9349fd0897cf780b7b742d98638ab67d2 /src/include
parente1115f4cbe0027380c5b60ef59927882ec61f7c7 (diff)
downloadgnunet-271260ce0b2fd4550b3c5ec957e4f62d95d7b304.tar.gz
gnunet-271260ce0b2fd4550b3c5ec957e4f62d95d7b304.zip
removing unused "RF_PENDING" flag
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 3713d8d11..e9b1bb868 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -104,10 +104,10 @@ enum GNUNET_GNSRECORD_Flags
104 GNUNET_GNSRECORD_RF_PRIVATE = 2, 104 GNUNET_GNSRECORD_RF_PRIVATE = 2,
105 105
106 /** 106 /**
107 * This record was added automatically by the system 107 * This flag is currently unused; former RF_PENDING flag
108 * and is pending user confimation. 108 *
109 * GNUNET_GNSRECORD_RF_UNUSED = 4,
109 */ 110 */
110 GNUNET_GNSRECORD_RF_PENDING = 4,
111 111
112 /** 112 /**
113 * This expiration time of the record is a relative 113 * This expiration time of the record is a relative