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 2a89f2be7..700122507 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -72,6 +72,11 @@ extern "C"
72#define GNUNET_NAMESTORE_TYPE_REV 65540 72#define GNUNET_NAMESTORE_TYPE_REV 65540
73 73
74/** 74/**
75 * Record type for a social place.
76 */
77#define GNUNET_NAMESTORE_TYPE_PLACE 65541
78
79/**
75 * Entry in the queue. 80 * Entry in the queue.
76 */ 81 */
77struct GNUNET_NAMESTORE_QueueEntry; 82struct GNUNET_NAMESTORE_QueueEntry;