summaryrefslogtreecommitdiff
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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/block_fs.h b/src/include/block_fs.h
index fb651909a..358fb43fa 100644
--- a/src/include/block_fs.h
+++ b/src/include/block_fs.h
@@ -47,7 +47,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
47/** 47/**
48 * @brief universal block for keyword and namespace search results 48 * @brief universal block for keyword and namespace search results
49 */ 49 */
50struct UBlock { 50struct UBlock
51{
51 /** 52 /**
52 * Signature using pseudonym and search keyword / identifier. 53 * Signature using pseudonym and search keyword / identifier.
53 */ 54 */
@@ -78,7 +79,8 @@ struct UBlock {
78 * can be obtained directly from reading 79 * can be obtained directly from reading
79 * the plaintext file) 80 * the plaintext file)
80 */ 81 */
81struct OnDemandBlock { 82struct OnDemandBlock
83{
82 /** 84 /**
83 * Hash code of the entire content of the 85 * Hash code of the entire content of the
84 * file that was indexed (used to uniquely 86 * file that was indexed (used to uniquely