aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-05 13:13:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-05 13:13:21 +0000
commitcb7a7e7e360e88f3b214b08c30c1c1f1bd3de8ce (patch)
tree993c327ff41320ece4476d58f8e9da05c81d91d3 /src/include/gnunet_namestore_service.h
parent03b9677115d2879d968b2ed49d2c88fdce6bcab9 (diff)
downloadgnunet-cb7a7e7e360e88f3b214b08c30c1c1f1bd3de8ce.tar.gz
gnunet-cb7a7e7e360e88f3b214b08c30c1c1f1bd3de8ce.zip
-more renaming
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index f3ea765fd..a50243d09 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -46,12 +46,12 @@ extern "C"
46/** 46/**
47 * Record type for GNS zone transfer ("PKEY"). 47 * Record type for GNS zone transfer ("PKEY").
48 */ 48 */
49#define GNUNET_GNS_TYPE_PKEY 65536 49#define GNUNET_NAMESTORE_TYPE_PKEY 65536
50 50
51/** 51/**
52 * Record type for GNS zone transfer ("PSEU"). 52 * Record type for GNS zone transfer ("PSEU").
53 */ 53 */
54#define GNUNET_GNS_TYPE_PSEU 65537 54#define GNUNET_NAMESTORE_TYPE_PSEU 65537
55 55
56/** 56/**
57 * Entry in the queue. 57 * Entry in the queue.