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