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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/block_fs.h b/src/include/block_fs.h
index 233d8035e..4806bf7b1 100644
--- a/src/include/block_fs.h
+++ b/src/include/block_fs.h
@@ -48,18 +48,18 @@ struct UBlock
48 /** 48 /**
49 * Signature using pseudonym and search keyword / identifier. 49 * Signature using pseudonym and search keyword / identifier.
50 */ 50 */
51 struct GNUNET_PseudonymSignature signature; 51 struct GNUNET_FS_PseudonymSignature signature;
52 52
53 /** 53 /**
54 * What is being signed and why? 54 * What is being signed and why?
55 */ 55 */
56 struct GNUNET_PseudonymSignaturePurpose purpose; 56 struct GNUNET_FS_PseudonymSignaturePurpose purpose;
57 57
58 /** 58 /**
59 * Public key used to sign this block. Hash of this value 59 * Public key used to sign this block. Hash of this value
60 * is the query. 60 * is the query.
61 */ 61 */
62 struct GNUNET_PseudonymIdentifier verification_key; 62 struct GNUNET_FS_PseudonymIdentifier verification_key;
63 63
64 /* rest of the data is encrypted */ 64 /* rest of the data is encrypted */
65 65