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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index 8e7a59c8b..5e6eca76c 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -238,8 +238,8 @@ GNUNET_BLOCK_get_key (struct GNUNET_BLOCK_Context *ctx,
238 */ 238 */
239struct GNUNET_CONTAINER_BloomFilter * 239struct GNUNET_CONTAINER_BloomFilter *
240GNUNET_BLOCK_construct_bloomfilter (int32_t bf_mutator, 240GNUNET_BLOCK_construct_bloomfilter (int32_t bf_mutator,
241 const GNUNET_HashCode *seen_results, 241 const GNUNET_HashCode * seen_results,
242 unsigned int seen_results_count); 242 unsigned int seen_results_count);
243 243
244 244
245#if 0 /* keep Emacsens' auto-indent happy */ 245#if 0 /* keep Emacsens' auto-indent happy */