aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 16:40:41 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 16:40:41 +0000
commitee32003b7e606767f9b89715cb956d863fe067d9 (patch)
treeeca3af3ac8a6c0852352861a69ea9e919343b03c /src/include/gnunet_namestore_service.h
parent597dc76d129d291cd9dbe2fbd6914e54ae0ef118 (diff)
downloadgnunet-ee32003b7e606767f9b89715cb956d863fe067d9.tar.gz
gnunet-ee32003b7e606767f9b89715cb956d863fe067d9.zip
-working on new, simplified GNS API
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,