aboutsummaryrefslogtreecommitdiff
path: root/src/block/plugin_block_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/plugin_block_test.c')
-rw-r--r--src/block/plugin_block_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/block/plugin_block_test.c b/src/block/plugin_block_test.c
index b9f71cacb..e359acd7f 100644
--- a/src/block/plugin_block_test.c
+++ b/src/block/plugin_block_test.c
@@ -93,6 +93,7 @@ block_plugin_test_create_group (void *cls,
93 * request evaluation, simply pass "NULL" for the reply_block. 93 * request evaluation, simply pass "NULL" for the reply_block.
94 * 94 *
95 * @param cls closure 95 * @param cls closure
96 * @param ctx block context
96 * @param type block type 97 * @param type block type
97 * @param group group to check against 98 * @param group group to check against
98 * @param eo control flags 99 * @param eo control flags
@@ -105,6 +106,7 @@ block_plugin_test_create_group (void *cls,
105 */ 106 */
106static enum GNUNET_BLOCK_EvaluationResult 107static enum GNUNET_BLOCK_EvaluationResult
107block_plugin_test_evaluate (void *cls, 108block_plugin_test_evaluate (void *cls,
109 struct GNUNET_BLOCK_Context *ctx,
108 enum GNUNET_BLOCK_Type type, 110 enum GNUNET_BLOCK_Type type,
109 struct GNUNET_BLOCK_Group *group, 111 struct GNUNET_BLOCK_Group *group,
110 enum GNUNET_BLOCK_EvaluationOptions eo, 112 enum GNUNET_BLOCK_EvaluationOptions eo,