aboutsummaryrefslogtreecommitdiff
path: root/src/block/plugin_block_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/plugin_block_template.c')
-rw-r--r--src/block/plugin_block_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/block/plugin_block_template.c b/src/block/plugin_block_template.c
index ca5b8744f..1675fdb1c 100644
--- a/src/block/plugin_block_template.c
+++ b/src/block/plugin_block_template.c
@@ -47,7 +47,7 @@
47 */ 47 */
48static enum GNUNET_BLOCK_EvaluationResult 48static enum GNUNET_BLOCK_EvaluationResult
49block_plugin_template_evaluate (void *cls, enum GNUNET_BLOCK_Type type, 49block_plugin_template_evaluate (void *cls, enum GNUNET_BLOCK_Type type,
50 const GNUNET_HashCode * query, 50 const struct GNUNET_HashCode * query,
51 struct GNUNET_CONTAINER_BloomFilter **bf, 51 struct GNUNET_CONTAINER_BloomFilter **bf,
52 int32_t bf_mutator, const void *xquery, 52 int32_t bf_mutator, const void *xquery,
53 size_t xquery_size, const void *reply_block, 53 size_t xquery_size, const void *reply_block,
@@ -92,7 +92,7 @@ block_plugin_template_evaluate (void *cls, enum GNUNET_BLOCK_Type type,
92static int 92static int
93block_plugin_template_get_key (void *cls, enum GNUNET_BLOCK_Type type, 93block_plugin_template_get_key (void *cls, enum GNUNET_BLOCK_Type type,
94 const void *block, size_t block_size, 94 const void *block, size_t block_size,
95 GNUNET_HashCode * key) 95 struct GNUNET_HashCode * key)
96{ 96{
97 return GNUNET_SYSERR; 97 return GNUNET_SYSERR;
98} 98}