aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
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 730f95112..05e4fbf06 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -69,6 +69,11 @@ extern "C"
69#define GNUNET_NAMESTORE_TYPE_VPN 65539 69#define GNUNET_NAMESTORE_TYPE_VPN 65539
70 70
71/** 71/**
72 * Record type for zone revocation
73 */
74#define GNUNET_NAMESTORE_TYPE_REV 65540
75
76/**
72 * Entry in the queue. 77 * Entry in the queue.
73 */ 78 */
74struct GNUNET_NAMESTORE_QueueEntry; 79struct GNUNET_NAMESTORE_QueueEntry;