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 e47b1ee3d..c9eb004e1 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -226,6 +226,10 @@ struct GNUNET_NAMESTORE_RecordData
226}; 226};
227 227
228 228
229
230GNUNET_NETWORK_STRUCT_BEGIN
231
232
229/** 233/**
230 * Information we have in an encrypted block with record data (i.e. in the DHT). 234 * Information we have in an encrypted block with record data (i.e. in the DHT).
231 */ 235 */
@@ -256,6 +260,7 @@ struct GNUNET_NAMESTORE_Block
256 /* followed by encrypted data */ 260 /* followed by encrypted data */
257}; 261};
258 262
263GNUNET_NETWORK_STRUCT_END
259 264
260/** 265/**
261 * Store an item in the namestore. If the item is already present, 266 * Store an item in the namestore. If the item is already present,