aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-03 22:11:36 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-03 22:11:36 +0000
commit5c130e7d8357711b3646a39813670885c0891633 (patch)
treee5b697d4149d92682b6eb67f0942ebc41dec260d /src/include/gnunet_namestore_service.h
parentd7d25400af7febdacfa8a12a191524a9f52016f4 (diff)
downloadgnunet-5c130e7d8357711b3646a39813670885c0891633.tar.gz
gnunet-5c130e7d8357711b3646a39813670885c0891633.zip
-stuff
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 9b0171970..4b97a9eb2 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -44,6 +44,11 @@ extern "C"
44#endif 44#endif
45 45
46/** 46/**
47 * Record type for GNS zone transfer ("PKEY").
48 */
49#define GNUNET_GNS_TYPE_PKEY 65536
50
51/**
47 * Entry in the queue. 52 * Entry in the queue.
48 */ 53 */
49struct GNUNET_NAMESTORE_QueueEntry; 54struct GNUNET_NAMESTORE_QueueEntry;