aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/block_fs.h')
-rw-r--r--src/include/block_fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/block_fs.h b/src/include/block_fs.h
index aae741e60..0b77adc49 100644
--- a/src/include/block_fs.h
+++ b/src/include/block_fs.h
@@ -78,7 +78,7 @@ struct SBlock
78 * used as the key for decryption; the xor of this identifier 78 * used as the key for decryption; the xor of this identifier
79 * and the hash of the "keyspace" is the datastore-query hash). 79 * and the hash of the "keyspace" is the datastore-query hash).
80 */ 80 */
81 GNUNET_HashCode identifier; 81 struct GNUNET_HashCode identifier;
82 82
83 /** 83 /**
84 * Public key of the namespace. 84 * Public key of the namespace.
@@ -153,7 +153,7 @@ struct OnDemandBlock
153 * file that was indexed (used to uniquely 153 * file that was indexed (used to uniquely
154 * identify the plaintext file). 154 * identify the plaintext file).
155 */ 155 */
156 GNUNET_HashCode file_id; 156 struct GNUNET_HashCode file_id;
157 157
158 /** 158 /**
159 * At which offset should we be able to find 159 * At which offset should we be able to find