aboutsummaryrefslogtreecommitdiff
path: root/src/block/plugin_block_template.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
commit6c471eeb15e27f8226492b4860a3c2acb94c5f25 (patch)
treea3a9dcba12ee5356c03056c10b7aba5367b2ef34 /src/block/plugin_block_template.c
parent16bcbbea7133fd2265d46bd2ae1dc70e8c9ba96f (diff)
downloadgnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.tar.gz
gnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.zip
-consistently use struct GNUNET_HashCode
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}