aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_block_plugin.h')
-rw-r--r--src/include/gnunet_block_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_block_plugin.h b/src/include/gnunet_block_plugin.h
index 171b6cfc0..3eb031573 100644
--- a/src/include/gnunet_block_plugin.h
+++ b/src/include/gnunet_block_plugin.h
@@ -171,6 +171,7 @@ typedef struct GNUNET_BLOCK_Group *
171 * be done with the "get_key" function. 171 * be done with the "get_key" function.
172 * 172 *
173 * @param cls closure 173 * @param cls closure
174 * @param ctx block context
174 * @param type block type 175 * @param type block type
175 * @param group which block group to use for evaluation 176 * @param group which block group to use for evaluation
176 * @param eo evaluation options to control evaluation 177 * @param eo evaluation options to control evaluation
@@ -183,6 +184,7 @@ typedef struct GNUNET_BLOCK_Group *
183 */ 184 */
184typedef enum GNUNET_BLOCK_EvaluationResult 185typedef enum GNUNET_BLOCK_EvaluationResult
185(*GNUNET_BLOCK_EvaluationFunction) (void *cls, 186(*GNUNET_BLOCK_EvaluationFunction) (void *cls,
187 struct GNUNET_BLOCK_Context *ctx,
186 enum GNUNET_BLOCK_Type type, 188 enum GNUNET_BLOCK_Type type,
187 struct GNUNET_BLOCK_Group *group, 189 struct GNUNET_BLOCK_Group *group,
188 enum GNUNET_BLOCK_EvaluationOptions eo, 190 enum GNUNET_BLOCK_EvaluationOptions eo,