aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 15:04:48 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 15:04:48 +0000
commitf0e8d8a426ab418be6aa37411e94c716e461bc75 (patch)
tree8490d2cda04bd5fd8fe2e81e1a5aa4ba027e3e75 /src/fs/fs.h
parentc068395ea77dbb8c9d1a63f549d9c0e0c7f148f5 (diff)
downloadgnunet-f0e8d8a426ab418be6aa37411e94c716e461bc75.tar.gz
gnunet-f0e8d8a426ab418be6aa37411e94c716e461bc75.zip
-doxygen, remove GNUNET_FS_uri_sks_to_string_fancy (dead)
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 9a987303b..c4a3e00ae 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -37,7 +37,7 @@
37/** 37/**
38 * Size of the individual blocks used for file-sharing. 38 * Size of the individual blocks used for file-sharing.
39 */ 39 */
40#define DBLOCK_SIZE (32*1024) 40#define DBLOCK_SIZE (32 * 1024)
41 41
42/** 42/**
43 * Blocksize to use when hashing files for indexing (blocksize for IO, 43 * Blocksize to use when hashing files for indexing (blocksize for IO,
@@ -83,7 +83,7 @@ struct IndexStartMessage
83{ 83{
84 84
85 /** 85 /**
86 * Message type will be GNUNET_MESSAGE_TYPE_FS_INDEX_START. 86 * Message type will be #GNUNET_MESSAGE_TYPE_FS_INDEX_START.
87 */ 87 */
88 struct GNUNET_MessageHeader header; 88 struct GNUNET_MessageHeader header;
89 89
@@ -129,7 +129,7 @@ struct IndexInfoMessage
129{ 129{
130 /** 130 /**
131 * Message type will be 131 * Message type will be
132 * GNUNET_MESSAGE_TYPE_FS_INDEX_LIST_ENTRY. 132 * #GNUNET_MESSAGE_TYPE_FS_INDEX_LIST_ENTRY.
133 */ 133 */
134 struct GNUNET_MessageHeader header; 134 struct GNUNET_MessageHeader header;
135 135
@@ -161,8 +161,7 @@ struct UnindexMessage
161{ 161{
162 162
163 /** 163 /**
164 * Message type will be 164 * Message type will be #GNUNET_MESSAGE_TYPE_FS_UNINDEX.
165 * GNUNET_MESSAGE_TYPE_FS_UNINDEX.
166 */ 165 */
167 struct GNUNET_MessageHeader header; 166 struct GNUNET_MessageHeader header;
168 167
@@ -206,8 +205,7 @@ struct SearchMessage
206{ 205{
207 206
208 /** 207 /**
209 * Message type will be 208 * Message type will be #GNUNET_MESSAGE_TYPE_FS_START_SEARCH.
210 * GNUNET_MESSAGE_TYPE_FS_START_SEARCH.
211 */ 209 */
212 struct GNUNET_MessageHeader header; 210 struct GNUNET_MessageHeader header;
213 211
@@ -268,7 +266,7 @@ struct PutMessage
268{ 266{
269 267
270 /** 268 /**
271 * Message type will be GNUNET_MESSAGE_TYPE_FS_PUT. 269 * Message type will be #GNUNET_MESSAGE_TYPE_FS_PUT.
272 */ 270 */
273 struct GNUNET_MessageHeader header; 271 struct GNUNET_MessageHeader header;
274 272
@@ -296,7 +294,7 @@ struct ClientPutMessage
296{ 294{
297 295
298 /** 296 /**
299 * Message type will be GNUNET_MESSAGE_TYPE_FS_PUT. 297 * Message type will be #GNUNET_MESSAGE_TYPE_FS_PUT.
300 */ 298 */
301 struct GNUNET_MessageHeader header; 299 struct GNUNET_MessageHeader header;
302 300