aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_block_lib.h')
-rw-r--r--src/include/gnunet_block_lib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index fb417412f..af61dcfb0 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -138,7 +138,6 @@ struct GNUNET_BLOCK_Group;
138struct GNUNET_BLOCK_Group * 138struct GNUNET_BLOCK_Group *
139GNUNET_BLOCK_group_create (struct GNUNET_BLOCK_Context *ctx, 139GNUNET_BLOCK_group_create (struct GNUNET_BLOCK_Context *ctx,
140 enum GNUNET_BLOCK_Type type, 140 enum GNUNET_BLOCK_Type type,
141 uint32_t nonce,
142 const void *raw_data, 141 const void *raw_data,
143 size_t raw_data_size, 142 size_t raw_data_size,
144 ...); 143 ...);
@@ -148,7 +147,6 @@ GNUNET_BLOCK_group_create (struct GNUNET_BLOCK_Context *ctx,
148 * Serialize state of a block group. 147 * Serialize state of a block group.
149 * 148 *
150 * @param bg group to serialize 149 * @param bg group to serialize
151 * @param[out] nonce set to the nonce of the @a bg
152 * @param[out] raw_data set to the serialized state 150 * @param[out] raw_data set to the serialized state
153 * @param[out] raw_data_size set to the number of bytes in @a raw_data 151 * @param[out] raw_data_size set to the number of bytes in @a raw_data
154 * @return #GNUNET_OK on success, #GNUNET_NO if serialization is not 152 * @return #GNUNET_OK on success, #GNUNET_NO if serialization is not
@@ -156,7 +154,6 @@ GNUNET_BLOCK_group_create (struct GNUNET_BLOCK_Context *ctx,
156 */ 154 */
157enum GNUNET_GenericReturnValue 155enum GNUNET_GenericReturnValue
158GNUNET_BLOCK_group_serialize (struct GNUNET_BLOCK_Group *bg, 156GNUNET_BLOCK_group_serialize (struct GNUNET_BLOCK_Group *bg,
159 uint32_t *nonce,
160 void **raw_data, 157 void **raw_data,
161 size_t *raw_data_size); 158 size_t *raw_data_size);
162 159