aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-03 19:00:56 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-03 19:00:56 +0000
commitc09c2682f8853a3775eed00265f4ba00f9f224ac (patch)
tree35d69ab3e298f85f1345e2e8fe3c0e8439e83080 /src/include/gnunet_gns_service.h
parent3497cf2a8e182972cf217e38f9c762f7df4cec2f (diff)
downloadgnunet-c09c2682f8853a3775eed00265f4ba00f9f224ac.tar.gz
gnunet-c09c2682f8853a3775eed00265f4ba00f9f224ac.zip
-introduce #define for + in GADS
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index 73f5db5ac..8d2fde3d6 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -40,6 +40,12 @@ extern "C"
40 40
41 41
42/** 42/**
43 * String we use to indicate the local master zone or a
44 * root entry in the current zone.
45 */
46#define GNUNET_GNS_MASTERZONE_STR "+"
47
48/**
43 * Connection to the GNS service. 49 * Connection to the GNS service.
44 */ 50 */
45struct GNUNET_GNS_Handle; 51struct GNUNET_GNS_Handle;