-fix
[oweals/gnunet.git] / src / include / block_fs.h
index 9dc22e57f872530a2821ad49bc7ee0a2d95e42a7..aae741e60b13ee827147cfa9d0683f846f13cca7 100644 (file)
@@ -139,6 +139,8 @@ struct NBlock
 };
 
 
+GNUNET_NETWORK_STRUCT_BEGIN
+
 /**
  * @brief index block (indexing a DBlock that
  *        can be obtained directly from reading
@@ -160,6 +162,6 @@ struct OnDemandBlock
   uint64_t offset GNUNET_PACKED;
 
 };
-
+GNUNET_NETWORK_STRUCT_END
 
 #endif