aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_gns_service.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index 8c1f64783..ff3110406 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -48,13 +48,10 @@ extern "C"
48 48
49 49
50/** 50/**
51 * String we use to indicate the local master zone or a 51 * String we use to indicate an empty label (top-level
52 * root entry in the current zone. 52 * entry in the zone). DNS uses "@", so do we.
53 *
54 * FIXME: probably should be changed to "@" and renamed
55 * (this name is confusing!)
56 */ 53 */
57#define GNUNET_GNS_MASTERZONE_STR "+" 54#define GNUNET_GNS_EMPTY_LABEL_AT "@"
58 55
59/** 56/**
60 * Connection to the GNS service. 57 * Connection to the GNS service.