summaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns.c
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/gns/gnunet-service-gns.c
parent462dfa297669972a5378d1e0976f3892440b70e5 (diff)
downloadgnunet-dc40d894157a9eeee4c72f8cb974fd48e1a98a1b.tar.gz
gnunet-dc40d894157a9eeee4c72f8cb974fd48e1a98a1b.zip
-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY
Diffstat (limited to 'src/gns/gnunet-service-gns.c')
-rw-r--r--src/gns/gnunet-service-gns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-service-gns.c b/src/gns/gnunet-service-gns.c
index a9bd46098..7ddff4552 100644
--- a/src/gns/gnunet-service-gns.c
+++ b/src/gns/gnunet-service-gns.c
@@ -19,7 +19,7 @@
19*/ 19*/
20/** 20/**
21 * @file gns/gnunet-service-gns.c 21 * @file gns/gnunet-service-gns.c
22 * @brief GNUnet GNS service 22 * @brief GNU Name System (main service)
23 * @author Martin Schanzenbach 23 * @author Martin Schanzenbach
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
@@ -472,7 +472,7 @@ publish_zone_dht_start (void *cls,
472 * Reply to client with the result from our lookup. 472 * Reply to client with the result from our lookup.
473 * 473 *
474 * @param cls the closure (our client lookup handle) 474 * @param cls the closure (our client lookup handle)
475 * @param rd_count the number of records 475 * @param rd_count the number of records in @a rd
476 * @param rd the record data 476 * @param rd the record data
477 */ 477 */
478static void 478static void